AddCustomDomainPolicy
Path Parameters
org_id*string
Request Body
application/json
userLoginMustBeDomain?boolean
the username has to end with the domain of its organization (uniqueness is organization based)
validateOrgDomains?boolean
smtpSenderAddressMatchesInstanceDomain?boolean
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/orgs/string/policies/domain" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?