Skip to main content
Update Active Organization
curl --request PATCH \
  --url https://api.ionworks.com/users/me/active-organization \
  --header 'Content-Type: application/json' \
  --data '
{
  "organization_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
organization_id
string
required

ID of the organization to set as the current user's active org.

Response

Successful Response