Skip to main content
PATCH
/
organizations
/
workos
/
{orgId}
/
org
Update WorkOS organization
curl --request PATCH \
  --url https://nimbussuite.com/api/v1/organizations/workos/{orgId}/org \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Body

application/json

The body is of type object.

Response

Organization updated successfully

The response is of type object.