v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
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

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}