Users
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
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
get/users
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
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
get/users/{id}
Last updated
Was this helpful?

