Skip to main content
PUT
/
users
/
preferences
/
update
{
  "message": "<string>",
  "object": {
    "email": "<string>",
    "roles": [
      "<string>"
    ],
    "preferences": {}
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

space
string

Space Identifier

Body

application/json
updatedPreferences
object

Response

User response with updated preferences

message
string
object
object