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
Last updated
Was this helpful?