An organization domain
Field | Type | Required | Description |
---|---|---|---|
object |
models.OrganizationDomainObject | ✔️ | String representing the object's type. Objects of the same type share the same value. Always organization_domain |
id |
str | ✔️ | Unique identifier for the organization domain |
organization_id |
str | ✔️ | Unique identifier for the organization |
name |
str | ✔️ | Name of the organization domain |
enrollment_mode |
models.EnrollmentMode | ✔️ | Mode of enrollment for the domain |
affiliation_email_address |
Nullable[str] | ✔️ | Affiliation email address for the domain, if available. |
verification |
Nullable[models.OrganizationDomainVerification] | ✔️ | Verification details for the domain |
total_pending_invitations |
int | ✔️ | Total number of pending invitations associated with this domain |
total_pending_suggestions |
int | ✔️ | Total number of pending suggestions associated with this domain |
created_at |
int | ✔️ | Unix timestamp when the domain was created |
updated_at |
int | ✔️ | Unix timestamp of the last update to the domain |