Lists the inboxes accessible by the current teammate.
function listInboxes(paginationToken?: string, cancelToken?: CancelToken): Promise<PaginatedResults<Inbox>>
Parameters
Parameter | Type | Description |
---|---|---|
| Token of the requested page. If omitted, will return the first page of results. | |
| Token to cancel the request. |
Return value
The function returns a promise that resolves with a paginated list of inboxes.
Property | Type | Description |
---|---|---|
| PaginationToken (optional) | Token to access the next page of results, if any. |
| Array of Inbox | List of inboxes. |