Okta Identity Governance
/Management APIs
/- List all entitlements for a collection resource
Create a resource collection
List all resource collections
Retrieve a resource collection
Replace a resource collection
Delete a collection
List all collection resources
Add the resources to a collection
Delete a collection resource
Retrieve a collection resource
Replace a collection resource
Retrieve the unassigned users
List all assignments for a collection
Assign a collection to principals
Update a principal assignment
Delete a principal assignment
List all assignments for all collections
List all entitlements for...
Lists all entitlements for an Entitlement Management (EM) enabled app resource in a collection. This method is only supported for resources with type APPLICATION that have Entitlement Management enabled.
Specifies the pagination cursor for the next page of results. Treat this as an opaque value obtained through the standard link headers. See pagination.
Example:after=00u68w6vzKLultXS97g6
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/collections/{collectionId}/resources/{resourceId}/entitlements?limit=20&after=00u68w6vzKLultXS97g6'A successful collection resource entitlements list response
Link relations available using the JSON Hypertext Application Language
Response
Response showing the paginated list of entitlements for an app resource in a collection
{ "data": [ { … }, { … } ], "_links": { "self": { … } }, "metadata": { "total": 2 } }