Update your account settings
Use this endpoint to change your active team. Requires scope user:write.
patch/me/settings
Request body
Example request
{
"activeTeam": "teamxyz",
"workspace": "my-workspace"
}Response
Successful
Use this endpoint to change your active team. Requires scope user:write.
{
"activeTeam": "teamxyz",
"workspace": "my-workspace"
}Successful