Retrieves a list of all users
Retrieves a list of all users belonging to the account
Responses
- 200
- 401
- 403
- 404
A list of users.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
createdUtc date-time nullable
customerId string nullable
email string nullable
firstName string nullable
id string nullable
isApiUser boolean nullable
isDeleted boolean nullable
lastName string nullable
role string nullable
settings object nullable
subAccountUserInfo object nullable
isRegistered boolean nullable
subAccountInvitationId string nullable
[
{
"createdUtc": "2025-01-13T15:06:26.928Z",
"customerId": "string",
"email": "string",
"firstName": "string",
"id": "string",
"isApiUser": true,
"isDeleted": true,
"lastName": "string",
"role": "string",
"settings": {},
"subAccountUserInfo": {
"isRegistered": true,
"subAccountInvitationId": "string"
}
}
]
Unauthorized
Access denied
Not found
Loading...