Scope
guardian-users:read
Body Response - Schema
200 (paginated list of users)
| Parameter | Type | Description | Required |
|---|---|---|---|
| _embedded | array[object] | "_embedded" subdivides into: 1 - "creation_time" (string) - the agent creation timestamp. 2 - "email" (string) - the agent's e-mail. 3 - "id" (string) - the agent's name. 4 - "presence" (string) - the agent current connection presence. Example: 5 - "presence_type" (string) - the agent current connection presence type. Example: 6 - "ring_groups" (array[string]) - the agent ring groups. 7 - "risk" (number 8 - "role" (string) - the agent role. Example: 9 - "status" (string) - the agent activation state. Allowed values: "ACTIVE", 10 - "call_quality" (object) - call quality data. | no |
| _links | object | "_links" subdivides into: 1 - "first" (object) - the first page link. 2 - "last" (object) - the last page link. 3 - "next" (object) - the next page link. 4 - "prev" (object) - the previous page link. 5 - "self" (object) - the current page link. 6 - "show" (object) - show alarms link. | no |
| count | integer<int32> | The number of results in the current page. Example: 10 | no |
| page | integer<int32> | The current page. Example: 10 | no |
| per_page | integer<int32> | The number of results per page. Example: 10 | no |
| total | integer<int64> | The total number of results. Example: 10 | no |
| total_pages | integer<int64> | The total number of pages. Example: 5 | no |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 406 (not acceptable)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| description | string | n/a | yes |
| message | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
TroubleshootingIf you have any questions regarding the usage of this API, or if youāre having any technical issues, please open a ticket using this form.