This API grants role access to an account
PUT/entitlement/role/addAccess
This API grants role access to an account
Request​
- application/json
Body
accountID string
entitlementID string
Responses​
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
errorCode string
message string
{
"errorCode": "0",
"message": "SUCCESS Role Access Granted Successfully"
}
Failure response
Loading...