Okta Identity Governance
/Management APIs
/- List all collection resources
Create a resource collection
List all resource collections
Retrieve a resource collection
Replace a resource collection
Delete a collection
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 collection resou...
Lists all the resources in a given collection
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/v1/collections/{collectionId}/resources?include=entitlements&limit=20&after=00u68w6vzKLultXS97g6'A successful collection resources list response
Link relations available using the JSON Hypertext Application Language
Response
- List collection resources |tooltip| List of resources in a collection
- List collection resources with entitlement value counts |tooltip| List of resources in a collection with entitlement value counts
- List collection resources with entitlements |tooltip| List of resources in a collection with additional entitlement info
- List collection resources with entitlement value counts and entitlements |tooltip| List of resources in a collection with additional entitlement info
List of resources in a collection
{ "data": [ { … }, { … }, { … } ], "_links": { "next": { … }, "self": { … } }, "metadata": { "count": 3 } }