Skip to main content
POST
Add user to an organization

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

ID of the organization.

Body

application/json
builderId
string
required

The ID of the builder to add to the organization

Example:

"builder-id-123"

Response

User successfully added to organization