PATCH
/
v1
/
orgs
/
switch
/
{org_id}
curl --request PATCH \
  --url https://api.pulze.ai/v1/orgs/switch/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "auth0_id": "<string>",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "org_stripe_id": "<string>",
  "org_display_name": "<string>",
  "org_logo": "<string>",
  "org_name": "<string>",
  "is_org_setup_complete": true,
  "full_name": "<string>",
  "user_avatar": "<string>",
  "billing_email": "<string>",
  "is_personal_org": true,
  "permissions": "",
  "member_is_active": false,
  "internal_claims": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Response

200
application/json

Successful Response

The response is of type object.