Remove Domains From Auto Entitlement Policy By Organization ID And Policy ID
DescriptionRemove Domains from an 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 removed from the Auto Entitlement Policy
{
"domains": [
"string"
]
}
Set of domains associated with the Auto Entitlement Policy
Authentication
Response
Response BodyResponse Body
200 OK
Domains are successfully removes from an Auto Entitlement Policy
{
"failed": [
"string"
],
"succeeded": [
"string"
]
}
Domains which were not removed from the Auto Entitlement Policy
Domains which were successfully removed from 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 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