Provider Support Users
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/provider-support-users/ |
List Provider Support Users |
| GET | /api/provider-support-users/{uuid}/ |
Retrieve |
| POST | /api/provider-support-users/ |
Create |
| PUT | /api/provider-support-users/{uuid}/ |
Update |
| PATCH | /api/provider-support-users/{uuid}/ |
Partial Update |
| DELETE | /api/provider-support-users/{uuid}/ |
Delete |
| Other Actions | ||
| GET | /api/provider-support-users/team_workload/ |
Get workload for all team members |
Core CRUD
List Provider Support Users
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
provider_support_users_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
is_active |
boolean | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
provider_helpdesk_uuid |
string (uuid) | |
role |
string | |
user_full_name |
string | User full name contains |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
user |
string (uri) | |
user_full_name |
string | |
user_email |
string (email) | |
provider_helpdesk |
string (uuid) | |
role |
string | Enum: agent, manager |
is_active |
boolean | |
skills |
array of strings | List of skill tags for routing. |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
open_ticket_count |
integer | |
has_capacity |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
provider_support_users_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
user |
string (uri) | |
user_full_name |
string | |
user_email |
string (email) | |
provider_helpdesk |
string (uuid) | |
role |
string | Enum: agent, manager |
is_active |
boolean | |
skills |
array of strings | List of skill tags for routing. |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
open_ticket_count |
integer | |
has_capacity |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
ProviderSupportUserRequest - API Source:
provider_support_users_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required | Description |
|---|---|---|---|
user |
string (uri) | ✓ | |
provider_helpdesk |
string (uuid) | ✓ | |
role |
string | Enum: agent, manager |
|
is_active |
boolean | ||
skills |
array of strings | List of skill tags for routing. | |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
201 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
user |
string (uri) | |
user_full_name |
string | |
user_email |
string (email) | |
provider_helpdesk |
string (uuid) | |
role |
string | Enum: agent, manager |
is_active |
boolean | |
skills |
array of strings | List of skill tags for routing. |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
open_ticket_count |
integer | |
has_capacity |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Update
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
ProviderSupportUserRequest - API Source:
provider_support_users_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
user |
string (uri) | ✓ | |
provider_helpdesk |
string (uuid) | ✓ | |
role |
string | Enum: agent, manager |
|
is_active |
boolean | ||
skills |
array of strings | List of skill tags for routing. | |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
user |
string (uri) | |
user_full_name |
string | |
user_email |
string (email) | |
provider_helpdesk |
string (uuid) | |
role |
string | Enum: agent, manager |
is_active |
boolean | |
skills |
array of strings | List of skill tags for routing. |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
open_ticket_count |
integer | |
has_capacity |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedProviderSupportUserRequest - API Source:
provider_support_users_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
user |
string (uri) | ||
provider_helpdesk |
string (uuid) | ||
role |
string | Enum: agent, manager |
|
is_active |
boolean | ||
skills |
array of strings | List of skill tags for routing. | |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
user |
string (uri) | |
user_full_name |
string | |
user_email |
string (email) | |
provider_helpdesk |
string (uuid) | |
role |
string | Enum: agent, manager |
is_active |
boolean | |
skills |
array of strings | List of skill tags for routing. |
max_open_tickets |
integer | Maximum number of open tickets this user can handle. |
open_ticket_count |
integer | |
has_capacity |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
provider_support_users_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body
Other Actions
Get workload for all team members
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
provider_support_users_team_workload_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
is_active |
boolean | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
provider_helpdesk_uuid |
string (uuid) | |
role |
string | |
user_full_name |
string | User full name contains |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
uuid |
string (uuid) |
user_full_name |
string |
open_ticket_count |
integer |
max_open_tickets |
integer |
has_capacity |
boolean |