pub fn user_path(user_id: &str) -> StringExpand 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.