For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

List Users

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · int32 · min: 1Optional
perPageinteger · int32 · min: 1 · max: 100Optional
querystringOptional
sortstringOptional
sortDirstring · enumOptionalPossible values:
Responses
200

List of users

application/json
totalRowsnumberOptional
pagenumberOptional
perPagenumberOptional
get/users

Retrieve User

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the User

Responses
200

Details about the user

application/json
userIdstringRequired

The unique user ID from Auth0

companyIdstringRequired

The company ID this user belongs to

emailstringRequired

The email address of the user

firstNamestringOptional

The first name of the user

lastNamestringOptional

The last name of the user

phoneNumberstringOptional

The phone number of the user

activebooleanRequired

Whether the user account is active

get/users/{id}

Last updated

Was this helpful?