OrganizationResp
Full organization — returned by POST /orgs and PUT /orgs/{orgId}. The optimistic-locking handle is returned in the HTTP ETag response header (RFC 7232) — capture it from the response and pass it back as If-Match on the next PUT.
- nameType: stringrequired
Display name.
- orgType: string
Id requiredOrganization ID. Stable for the life of the org.
- ownerType: string
Id requiredUID of the organization owner.
- updatedType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- settingsType: object
Brand / sender settings used in transactional email.
- companyType: stringrequired
- contactType: stringFormat: email
Email required - logoType: string
File Id required - senderType: string
Name required - addressType: string
- phoneType: string
- senderType: stringFormat: email
Email - senderType: boolean
Email Verified
