Update a Queue Member
Authentication
Path parameters
Request
The HTTP method to use when requesting the URL. Default is POST.
Response
The position of the member in the queue (1-indexed).
The HTTP method to use when requesting the URL. Default is POST.
The position of the member in the queue (1-indexed).
Dequeues a waiting caller and redirects the call to cXML instructions at the supplied URL. Identify the caller by Call SID, or use Front to dequeue the first caller. This is live call control; native Queue Members can inspect waiting calls but do not provide this cXML redirect operation.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: