cURL
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_display_name": "<string>", "org_name": "<string>", "org_stripe_id": "<string>", "org_logo": "<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": {} }
Switch the user to a different organisation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?