Vinix· docs

Manage queue roles

Add, remove, or replace per-recipient roles for this queue.

Sandbox is coming soon

Today, requests on this page run against your live account. A hosted sandbox with simulated PSTN is on the roadmap — until then, use a non-production user or callflow when experimenting.

Details
POST
/accounts/{account_id}/qubicle_queues/{queue_id}/roles

Add, remove, or replace per-recipient roles for this queue.

Authorization

AuthToken
X-Auth-Token<token>

Obtain via PUT /v2/user_auth or PUT /v2/api_auth. See Authentication.

In: header

Path Parameters

account_id*string

Vinix account identifier.

queue_id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/accounts/string/qubicle_queues/497f6eca-6276-4993-bfeb-53cbbbba6f08/roles" \  -H "Content-Type: application/json" \  -d '{    "data": {}  }'
{}
{
  "message": "string",
  "request_id": "string"
}
{
  "message": "string",
  "request_id": "string"
}