User Groups REST Endpoints
Content (IM)/User Groups
The User Groups (userGroups) resource lets you access the UserGroup objects in the Oracle Knowledge Repository.
- Find all
- Method: getPath:
/km/api/v1/userGroups - Find by external ID
- Method: getPath:
/km/api/v1/userGroups/accessLevel/{externalId} - Find by ID
- Method: getPath:
/km/api/v1/userGroups/{id} - Find by reference key
- Method: getPath:
/km/api/v1/userGroups/referenceKey/{referenceKey}