Access Management

Create an entitlement

POST https://{tenant}.atomicwork.com/api/v1/iga/entitlements

Create a new identity entitlement. Requires app_id and type. The entitlement can then be associated with policies and granted to users.

Authorization

X-Api-Keyheaderstringrequired

API key authentication.

Headers

X-Workspace-Idheaderstring

Body

namebodystringrequired

Name of the entitlement

descriptionbodystring

Description of the entitlement

app_idbodyintegerrequired

ID of the identity resource app this entitlement belongs to

statusbodyenum (string)

Status of the entitlement. Defaults to PUBLISHED if not specified.

Allowed valuesUNPUBLISHEDPUBLISHED
provisioning_configbodyobject
deprovisioning_configbodyobject

Response

200

Successful response