Update an admin entitlement.

Entitlements required: tenantadmin [Tenant Administrator].

Path Params
string
required

Code of the admin entitlement to update.

Body Params

The body of the admin entitlement to update.

string
required

Name of the entitlement. Unique accross the application

string

Description

boolean

hasScope

array of objects

Condition set to determine the users that belong to this role. And, Example value:[{"erDepartment":[{"op":"eq","vl":"Security"},{"op":"ne","vl":"Sales"}],"erPersonType":[{"op":"sw","vl":"Employee"},{"op":"ne","vl":"Contractor"}]},{"erDepartment":[{"op":"eq","vl":"Marketing"}]}]

conditionSet
Responses
204

The request was successful.

500

Your request can't be processed because an internal server error occurred.

Language
URL
Choose an example:
application/json
text/plain