Retrieves a user identified by userId. userId refers to the user’s ID by default, or optionally email as specified by the IdProperty query param.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Identifier of user to retrieve
The name of a property with unique user values. Valid values are USER_ID(default) or EMAIL
EMAIL, USER_ID successful operation
A user
The user's email.
The user's unique ID.
The user's first name.
The user's last name.
The user's primary team
The user's role.
A list of role IDs assigned to the user.
The user's additional teams.
Whether a welcome email was sent to the user. This value will only be populated in response to a provisioning request. Subsequent queries will be false.
Whether the user has super admin privileges.