Okta Identity Governance
/Management APIs
/- List all assignments for a collection
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
List all entitlements for a collection resource
Retrieve the unassigned users
Assign a collection to principals
Update a principal assignment
Delete a principal assignment
List all assignments for all collections
List all assignments for...
Lists all assignments for a collection
Assignments for a collection are sorted by last assigned principals first.
A filter expression that filters principals based on principal or principalProfile properties. The sw operator is supported for these properties.
Note: Query parameter percent encoding is required. See Percent-encoding.
Examples:
Search for principal assignment with specific properties
filter=principal.externalId eq "00ub0oNGTSWTBKOLGLNR" AND principal.type eq "OKTA_USER"Search for assigned principals with a name that begins with "John"
filter=principalProfile.name sw "John"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}/assignments?filter=principal.externalId%20eq%20%2200ub0oNGTSWTBKOLGLNR%22%20AND%20principal.type%20eq%20%22OKTA_USER%22&limit=20&after=00u68w6vzKLultXS97g6'