Create Entitlement Request
User request to add/remove entitlements in given organization
(Note: validityToDate will be ignored for mandatory organization roles: org_member, org_owner)
Authorization:
- org_owner
- org_member
Access Policy
Role | User Accounts |
---|---|
Organization Owner | ✔️ |
Organization Member | ✔️ |
Organization ID
"RegisterEntitlements Object"
Role request type
List of UserId for whom (on behalf-of) entitlements request is raised
List of roles
List of services with requested roles
Business justification for entitlement requests
Date when role should be available from. Date in seconds
Date when role should be available till. Date in seconds
New entitlements request submitted successfully
{
"requestIds": [
"1234-5678-9087-XXXXXX",
"1234-5678-9097-XXXXXX"
]
}
The policy parameter values
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/csp/gateway//iga/api/orgs/{orgId}/entitlement-requests