Assign Entitlement to Account
POST/assignAccountToEntitlement
This method provisions one or more "Entitlements" to an "Account". The "Entitlements" and "Account" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as "Endpoint" of a "Security System".
Mandatory params: securitysystem
- Name of the Security System for the relevant IT Application modeled in SSM.
endpoint
- Name of the Endpoint corresponding to the Security System.
accountname
- Account name to which the entitlements should be provisioned.
entitlementtype
- Entitlement type for the entitlements which are to be provisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.
entitlementvalue
- Names of the actual entitlements which are to be provisioned.
startdate
: Specify the start date for the access period in MM-DD-YYYY date format (example: 12-23-2022
).
The Authorization
must have Bearer
followed by Token
.
Request
- application/x-www-form-urlencoded
Body
Responses
- 200
Assign Entitlement to Account
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Assign Entitlement to Account
Schema
{
"errorCode": "0",
"message": "SUCCESS"
}
{
"errorCode": "0",
"message": "SUCCESS"
}