Add user to an organization
Org
Add user to an organization
Adds a builder to an organization. Two authorization modes - Org owner inviting another user, or self-joining via claimed domain (authenticated user’s email domain should be claimed by this organization).
POST
Add user to an organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the organization.
Body
application/json
The ID of the builder to add to the organization
Example:
"builder-id-123"
Response
User successfully added to organization

