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.

post/api/v1.0/mailboxes/{mailbox_id}/accesses/

Path parameters

mailbox_idstring uuid required

Request body

userstring uuid required

User ID (UUID) or email address

role'viewer' | 'editor' | 'sender' | 'admin' required

Response

idstring uuid required

primary key for the record as UUID

userstring uuid required

User ID (UUID) or email address

role'viewer' | 'editor' | 'sender' | 'admin' required
created_atstring date-time required

date and time at which a record was created

updated_atstring date-time required

date and time at which a record was last updated