IdentityCollections REST Endpoints
IdentityCollections
The operations from the IdentityCollections category.
- Creates a new Identity Collection
- Method: postPath:
/access-governance/access-controls/20250331/identityCollections
- Delete a provisioned Identity Collection
- Method: deletePath:
/access-governance/access-controls/20250331/identityCollections/{identityCollectionId}
- Get a list of Identity Collections
- Method: getPath:
/access-governance/access-controls/20250331/identityCollections
- Get a list of members in an identity collection
- Method: getPath:
/access-governance/access-controls/20250331/identityCollections/{identityCollectionId}/members
- Get an Identity Collection
- Method: getPath:
/access-governance/access-controls/20250331/identityCollections/{identityCollectionId}
- Update the Identity Collection identified by the id
- Method: putPath:
/access-governance/access-controls/20250331/identityCollections/{identityCollectionId}