A Queue Member is a subresource of a Queue resource and represents a Call currently in a particular Queue.
Resource properties
| Property | Type | Description |
|---|---|---|
| uri | string | URI for this Queue Member resource, relative to the API base URL. |
| callId | string | ID of the Call associated with this Queue Member. |
| dateEnqueued | string date-time | Date that the Member was enqueued (GMT), given in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
| dateEnqueuedISO | string date-time | Date that the Member was enqueued (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z). |
| waitTime | integer | Number of seconds the Member has been in the queue. |
| position | integer | Member's current position in the Queue, 1 indexed. |