Add Domains To Auto Entitlement Policy By Organization ID And Policy ID
DescriptionAdd set of domains to the Auto Entitlement Policy of an Organization
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
The identifier of the Auto Entitlement Policy
Request Body
Domains to be added into the Auto Entitlement Policy
{
"domains": [
"string"
]
}
Set of domains associated with the Auto Entitlement Policy
Authentication
Response
Response BodyResponse Body
201 Created
Domains are successfully added to the Auto Entitlement Policy
{
"failed": [
"string"
],
"succeeded": [
"string"
]
}
Domains which were not added to the Auto Entitlement Policy
Domains which were successfully added into the Auto Entitlement Policy
Errors
Domains are not linked with Identity Provider
The user is not authorized to use the API
The user is forbidden to use the API
Organization with this identifier is not found. | The Auto Entitlement Policy with this identifier is not found.
The request could not be processed due to a conflict
The user has sent too many requests
An unexpected error has occurred while processing the request
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_admin,org_owner
x-slo-tier: TIER2