v1
latestOpenAPI 3.0.22026-07-2441902.6 MBQueues API
Assign users to queues
Assigns the provided users to the provided queues. Some relevant information regarding this endpoint:
- The operation is idempotent. If the user already has the queue it becomes a no-op. The API returns success as if the operation went through
- It fails with the appropriate HTTP error code when the request does not conform to the pre-conditions
- Any other failure that is not expected will be reported back in the response of endpoint with a 200 OK. This means that consumers always have to check the response to determine if the operation was a success or not (or only partial success)
- The endpoint is not transactional. If some error occurs it might have updated some resources
Pre-conditions
Currently the pre-conditions that are checked are:
- Some invalid user id exists (it does not conform to the ID spec)
- Some queue has over a number of defined (default 100) users in the payload.
post/ccaas/queues/users
Request body
Response
Processed the operation requested.
The success, error or partial success of the API must always be done checking the response as shown in the endpoint description.
If the result field returns OK then no errors were found. Otherwise errors occured and should be checked.