Users REST Endpoints

Content (IM)/Users

The users resource lets you view the knowledge management specific attributes assigned to users. For example, as an author you can retrieve the list of available locales in which you can create knowledge articles.

Get all authoring locales assigned
Method: get
Path: /km/api/v1/users/{id}/contentLocales
Get all user key values assigned
Method: get
Path: /km/api/v1/users/{id}/customKeyValues
Get users
Method: get
Path: /km/api/v1/users/{id}
Update all content locales
Method: patch
Path: /km/api/v1/users/{id}/contentLocales
Update all custom key values
Method: patch
Path: /km/api/v1/users/{id}/customKeyValues