Okta Identity Governance
/Management APIs
/- Replace a resource collection
Create a resource collection
List all resource collections
Retrieve 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
Replace a resource collec...
Replaces a resource collection
PUT
curl -i -X PUT \
'https://okta-subdomain.pixtulate.com/governance/api/v1/collections/{collectionId}' \
-H 'Content-Type: application/json' \
-d '{
"name": "Core Engineering Access",
"description": "Birthright access for all FTE engineers"
}'Response to a successful resource collection creation operation
The id of the Okta user who created the resource
The ISO 8601 formatted date and time when the resource was created
The ISO 8601 formatted date and time when the object was last updated
The id of the Okta user who last updated the object
The id of the collection in ORN format.
Response
Full response details for a resource collection
{ "id": "cole8sBBMFDxPgcHx0g3", "name": "Core Engineering Access", "orn": "orn:okta:governance:00o11rndFqmZ5rNfs0g4:collections:col4a6Rpz3FCxDEBp0g3", "description": "Birthright access for all FTE engineers", "created": "2024-07-24T14:15:22Z", "createdBy": "00ub0oNGTSWTBKOLGLNR", "lastUpdated": "2024-07-24T14:15:22Z", "lastUpdatedBy": "00ub0oNGTSWTBKOLGLNR", "_links": { "resources": { … } } }