Users

List Users

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
first_namestring | nullableOptional

Filter users by first name. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with

last_namestring | nullableOptional

Filter users by last name. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with

limitinteger · int32OptionalDefault: 100
page_tokenstring | nullableOptional
rolestring[] | nullableOptional
source_integration_idstring | nullableOptional
source_integration_namestring | nullableOptional
Responses
200

OK

application/json
get
/api/admin/v3/users
200

OK

Get User

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

OK

application/json
get
/api/admin/v3/users/{id}
200

OK

list users

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/api/v2/users
200

OK

get user by Id or Email

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

OK

application/json
get
/api/v2/users/{id}
200

OK

Last updated

Was this helpful?