mailbox-accesses
ViewSet for managing MailboxAccess records for a specific Mailbox. The mailbox_id is expected as part of the URL. Access is allowed if the user has MailboxAccess (ADMIN role) to the target Mailbox itself, or is a domain admin of the mailbox's domain.
get/api/v1.0/mailboxes/{mailbox_id}/accesses/
Path parameters
mailbox_idstring uuid required
Query parameters
pageinteger
A page number within the paginated result set.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}