Find Users
Finds a list of users based on a specified role or feature entitlement.
Query parameters
skipintegerOptional
Number of users to skip. Default is 0. Must be a integer equals or bigger than 0.
limitintegerOptional
Maximum number of users to return. Default is 100. Must be a positive integer and must not exceed 1000.
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
rolestringOptionalExample:
The user role
INDIVIDUALfeaturestringOptional
statusstring · enumOptionalPossible values:
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/admin/user/find
📘 Note - Suspension
🚧 Required Permissions
Last updated
Was this helpful?