Skip to main content
PUT
/
api
/
Organization
/
Switch
Switch the Current Organization
curl --request PUT \
  --url https://api.virtuoussoftware.com/api/Organization/Switch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organizationUserId": "12345"
}
'
{
  "message": "The request is invalid.",
  "modelState": {
    "switchOrganization.organizationUserId": [
      "An error has occurred."
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organizationUserId
string<utc-millisec>

Response

OK

Last modified on June 5, 2026