Users
Query parameters
page[number]integer · min: 1OptionalDefault:
The page number to retrieve in the paginated result set.
1page[size]integer · min: 1 · max: 100OptionalDefault:
The number of items to return per page.
25filterstringOptional
The user's full name or email to filter the response.
mfaStatusbooleanOptional
When set to true, includes MFA status details for each user. If omitted or false, the mfaStatus attribute is null.
Responses
200
OK
application/json
401
Unauthorized - User is not authorized to perform the request.
application/json
404
Not found - Resource not found.
application/json
get
/usersPath parameters
idstring · uuidOptional
The unique identifier of the user.
Query parameters
mfaStatusbooleanOptional
When set to true, includes MFA status details for the user. If omitted or false, the mfaStatus attribute is null.
Responses
200
OK
application/json
401
Unauthorized - User is not authorized to perform the request.
application/json
404
Not found - Resource not found.
application/json
get
/users/{id}Last updated