RetrieveUserQueues Function
Retrieves all private queues of a specified user and optionally all public queues.
Bound Entities
Bound functions are invoked by appending the function name to the URI representing an entity or collection.
| Entity Type | Binding Type |
|---|---|
| systemuser | entity |
Parameters
Parameters allow for data to be passed to the function.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
IncludePublic
|
Edm.Boolean | False | True | Whether the response should include public queues. |
Return Type
| Type | Nullable | Description |
|---|---|---|
| Collection( queue ) | False | The RetrieveUserQueues function returns the following value. |
Entities
Use the RetrieveUserQueues function with this entity type:
| Name | Display Name | Description |
|---|---|---|
| queue | Queue | A list of records that require action, such as accounts, activities, and cases. |