Settings
User Settings
When a new User object is created in the User Service, a Settings object with the same identifier is created automatically. Each User can subsequently update their own preferences but only an administrator can reset them via a DELETE request.
Create/Update the Settings for a used
PUT
/settings/{userId}
Delete the Settings for a user
DELETE
/settings/{userId}
List all Settings
GET
/settings
Info: Requesting the removal of a Userโs Settings will, in practice, reset the preferences to the default values. In addition, the key value will be null.
Last updated