List
Use this endpoint for the Queue Members method to read all of the queue members that are waiting in a particular queue. This will be returned as a list of members.
Path parameters
AccountSid
The unique identifier for the account this Queue is associated with.
QueueSid
The unique identifier for the queue.
Query parameters
Page
The page number to retrieve (zero-indexed).
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when navigating to pages beyond the first.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page. Null if there are no more pages.
previous_page_uri
The URI of the previous page. Null if this is the first page.
page
The current page number (zero-indexed).
page_size
The number of items per page.
queue_members
List of queue members.
Response