User REST Endpoints

Preferences/User
Get and update user preferences.
Get the collection of saved searches for the for the specified type
Method: get
Path: /apiplatform/administration/v1/preferences/user/searches/{type}
Get the name of the default search for the specified type
Method: get
Path: /apiplatform/administration/v1/preferences/user/searches/{type}/default
Get user preferences
Method: get
Path: /apiplatform/administration/v1/preferences/user
Replace the collection of saved searches for the specified type
Method: put
Path: /apiplatform/administration/v1/preferences/user/searches/{type}
This API has been deprecated and will be removed in a future release. Use PATCH operation to update user preferences
Method: put
Path: /apiplatform/administration/v1/preferences/user
Update the default search name for the specified search type
Method: put
Path: /apiplatform/administration/v1/preferences/user/searches/{type}/default
Update user preferences
Method: patch
Path: /apiplatform/administration/v1/preferences/user