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
chevron-right
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
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the user

emailstringRequired

The user’s primary email address

email_aliasesstring[]Required

A list of additional email addresses associated with the user

first_namestringRequired

The user’s first name

last_namestringRequired

The user’s family name or surname

activebooleanRequired

Indicates whether the user is currently active within Apono

rolesstring[]Required

A list of roles assigned to the user, representing their permissions (e.g. Admin, Power User, Deployment, Viewer)

source_integration_idstring · nullableOptional

Unique Apono identifier of the integration providing the entity

source_integration_namestring · nullableOptional

Display name of the integration providing the entity

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

OK

list users

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
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
chevron-right
200

OK

application/json
idstringRequired
emailstringRequired
first_namestringRequired
last_namestringRequired
activebooleanRequired
get
/api/v2/users/{id}
200

OK

Last updated

Was this helpful?