Download OpenAPI specification:Download
This resource collection represents users.
Get a list of users in the organization.
sort_by | Array of strings (Sort By) Items Enum: "role_asc" "role_desc" "email_asc" "email_desc" "created_asc" "created_desc" "name_asc" "name_desc" "last_keep_alive_asc" "last_keep_alive_desc" "state_asc" "state_desc" "type_asc" "type_desc" |
page | integer (Page) >= 1 Default: 1 The page number to fetch. |
size | integer (Size) [ 0 .. 400 ] Default: 50 The number of items per page. |
types | Array of strings (Types) Items Enum: "person" "api_signer" "api_user" The types of the users to filter on. |
roles | Array of strings (Roles) Items Enum: "admin" "trader" "viewer" The roles of the users to filter on. |
states | Array of strings (States) Items Enum: "active" "onboarding" "pending_approval" "deleted" The states of the users to filter on. Is one of:
|
include_deleted | boolean (Include Deleted) Default: false
|
names | Array of strings (Names) The names of the users. |
emails | Array of strings (Emails) The emails of the users. |
user_ids | Array of strings <uuid> (User Ids) The unique identifiers of the users. |
external_ids | Array of strings (External Ids) The IDs that you assign to the end user. |
group_ids | Array of strings <uuid> (Group Ids) The unique identifiers of the user groups. |
group_ids__not | Array of strings <uuid> (Group Ids Not) The unique identifiers of the user groups to exclude. |
states_on_groups | Array of strings (States On Groups) Items Enum: "active" "pending_addition" "pending_removal" The states of the user groups to filter group_ids on. Is one of:
|
{- "total": 0,
- "page": 0,
- "size": 0,
- "users": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "modified_at": "2019-08-24T14:15:22Z",
- "user_type": "person",
- "name": "John Doe",
- "email": "string",
- "state": "active",
- "is_new_device_provisioning": true,
- "welcome_message_acknowledged_at": "2019-08-24T14:15:22Z",
- "role": "admin",
- "user_groups": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "users_count": 0,
- "state": "active"
}
], - "pending_addition_to_user_groups": [
- {
<