Users REST Endpoints
Content (IM)/Users
The Users (users) resource let you access the Users objects in the Oracle Knowledge repository. The User object is used to modify the subscription information associated with a specified user within the Oracle Knowledge repository.
- Activate subscription
- Method: postPath:
/km/api/v1/users/{id}/subscriptions/{subscriptionId}/activate - Add subscription
- Method: postPath:
/km/api/v1/users/{id}/subscriptions - Deactivate subscription
- Method: postPath:
/km/api/v1/users/{id}/subscriptions/{subscriptionId}/deactivate - Delete all subscriptions
- Method: deletePath:
/km/api/v1/users/{id}/subscriptions - Delete subscription
- Method: deletePath:
/km/api/v1/users/{id}/subscriptions/{subscriptionId} - Find by ID
- Method: getPath:
/km/api/v1/users/{id} - Find subscription by ID
- Method: getPath:
/km/api/v1/users/{id}/subscriptions/{subscriptionId} - Get content locales
- Method: getPath:
/km/api/v1/users/{id}/contentLocales - Get custom key values
- Method: getPath:
/km/api/v1/users/{id}/customKeyValues - Get data form notifications
- Method: getPath:
/km/api/v1/users/{id}/dataFormNotifications - Get subscriptions
- Method: getPath:
/km/api/v1/users/{id}/subscriptions - Replace all content locales
- Method: patchPath:
/km/api/v1/users/{id}/contentLocales - Replace all custom key values
- Method: patchPath:
/km/api/v1/users/{id}/customKeyValues - Replace all data form notifications
- Method: patchPath:
/km/api/v1/users/{id}/dataFormNotifications - Replace all subscriptions
- Method: patchPath:
/km/api/v1/users/{id}/subscriptions - Update subscription schedule
- Method: patchPath:
/km/api/v1/users/{id}/subscriptionSchedule