Skip to main content

user_path

Function user_path 

Source
pub fn user_path(user_id: &str) -> String
Expand description

Base path segment addressing a mailbox owner: me as-is, any other value as users/{id}.

Graph accepts an explicit user id or principal name under users/ but rejects users/me; only the bare me shortcut addresses the authenticated user.