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
List all entitlements for 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. Use the include query parameter to return additional properties such as counts.
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?include=counts&limit=20&after=00u68w6vzKLultXS97g6'A successful collection resources list response
Link relations available using the JSON Hypertext Application Language
Response
- List collection resources with various types |tooltip| List showing various resource types (apps with entitlements, apps with push groups, direct apps, groups with push mappings, groups).
- List collection resources with various types with counts |tooltip| List showing various resource types (apps with entitlements, apps with push groups, direct apps, groups with push mappings, groups) with `include=counts` query parameter.
List showing various resource types (apps with entitlements, apps with push groups, direct apps, groups with push mappings, groups).
{ "data": [ { … }, { … }, { … }, { … }, { … } ], "_links": { "self": { … } }, "metadata": { "count": 5 } }