Retrieve the next available hosts from the queue rotation
cURL
curl --request GET \ --url https://api.example.com/v4/queue/{queueId}/next \ --header 'x-meetergo-api-user-id: <api-key>'
{ "userIds": [ "<string>" ], "groupId": "<string>" }
User ID to act as when using API Key authentication (required with API Key)
ID of the queue
Next queue hosts retrieved successfully
Array of user IDs for the next queue hosts
Optional group ID if hosts are from a specific group