v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
maildomains

ViewSet for listing MailDomains the user administers. Provides a top-level entry for mail domain administration. Endpoint: /maildomains/<maildomain_pk>/

post/api/v1.0/maildomains/

Request body

namestring required
oidc_autojoinboolean

Create mailboxes automatically based on OIDC emails.

identity_syncboolean

Sync mailboxes to an identity provider.

{"stackTrail":"components:schemas:MailDomainAdminWriteRequest:properties:custom_attributes","oasType":"schema","type":"unknown","description":"Metadata to sync to the maildomain group in the identity provider."}

Response

idstring uuid required

primary key for the record as UUID

namestring 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

oidc_autojoinboolean

Create mailboxes automatically based on OIDC emails.

identity_syncboolean

Sync mailboxes to an identity provider.

{"stackTrail":"components:schemas:MailDomainAdminWrite:properties:custom_attributes","oasType":"schema","type":"unknown","description":"Metadata to sync to the maildomain group in the identity provider."}