v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Update your account settings

Use this endpoint to change your active team. Requires scope user:write.

patch/me/settings

Request body

activeTeamstring

Your active team

workspacestring

Slug of the workspace in which the active team should change.

Example request

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

Response

Successful