User REST Endpoints
Preferences/User
Get and update user preferences.
- Get the collection of saved searches for the for the specified type
- Method: getPath:
/apiplatform/administration/v1/preferences/user/searches/{type} - Get the name of the default search for the specified type
- Method: getPath:
/apiplatform/administration/v1/preferences/user/searches/{type}/default - Get user preferences
- Method: getPath:
/apiplatform/administration/v1/preferences/user - Replace the collection of saved searches for the specified type
- Method: putPath:
/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: putPath:
/apiplatform/administration/v1/preferences/user - Update the default search name for the specified search type
- Method: putPath:
/apiplatform/administration/v1/preferences/user/searches/{type}/default - Update user preferences
- Method: patchPath:
/apiplatform/administration/v1/preferences/user