v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Update user settings

Requires scope user:write.

patch/users/{id}/settings

Path parameters

idnumber required

User ID

Request body

activeTeamstring

The active team for the user

workspacestring

The workspace in which the active team should change

Example request

{
  "activeTeam": "teamxyz",
  "workspace": "my-workspace"
}

Response

Successful