UpdateNamespaceReq
- nameType: stringrequired
Updated name
- settingsType: object
- companyType: stringrequired
Company name shown in branded headers, footers, and signing pages.
- contactType: stringFormat: email
Email requiredReply-to / support contact email shown to recipients of branded communications.
- logoType: string
File Id requiredID of the logo file. Upload the asset first via
POST .../files/upload-urland pass the returnedfileIdhere. Fetch the bytes via the files endpoint when you need to render the logo. - senderType: string
Name requiredDisplay name shown as the sender on outbound emails (e.g. "Acme Corp HR").
- addressType: string
Optional postal address for the brand. Shown in email footers where required for compliance (e.g. CAN-SPAM).
- phoneType: string
Optional contact phone number shown alongside
contactEmailon branded surfaces. - senderType: stringFormat: email
Email From-address used on outbound emails. Must be on a verified sending domain — see
senderEmailVerified. - senderType: boolean
Email Verified read-onlyWhether
senderEmailhas passed domain verification. Response-only — set by the verification flow, not byPATCH. Outbound emails fall back to a default sender whenfalse.
