Skip to main content
PUT
/
current_space
/
user_preferences
/
update
{
  "object": {
    "email": "jsmith@example.com",
    "roles": [
      "<string>"
    ]
  }
}
{
  "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

Updated user from the current space

object
object