Get Users By State

Returns a paginated list of users from the organization filtered by state. Supported values: INACTIVE, DELETED.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Path parameters

organization_slugstringRequired

Headers

Secret-AccessstringRequired

Query parameters

cursorstringOptional
limitintegerOptionalDefaults to 10
searchstringOptional
statestringOptionalDefaults to INACTIVE

Response

Successful Response
messagestring
Message of the response
codestring
Internal code of the response
datetimestring
Datetime of the API in ISO Format
datalist of objectsOptional
next_cursorstringOptional
has_next_pagebooleanOptional
total_countintegerOptional

Errors

422
Unprocessable Entity Error