Retrieves a user
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
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the user to retrieve.
Query Parameters
Specifies the property used to identify the user. Valid values are 'USER_ID' and 'EMAIL'.
EMAIL, USER_ID Response
successful operation
The email address of the user. This is a required field and must be unique.
The unique identifier for the user, represented as a string.
An array of strings representing the IDs of the roles assigned to the user. This is a required field.
A boolean indicating whether the user has super admin privileges. This is a required field.
The first name of the user, represented as a string.
The last name of the user, represented as a string.
The ID of the primary team to which the user belongs, represented as a string.
A string representing a single role ID assigned to the user.
An array of strings representing the names of seats assigned to the user.
An array of strings representing the IDs of secondary teams to which the user is associated.
A boolean indicating whether a welcome email should be sent to the user.