List Organizations
List all organizations for the current user.Response
Array of organization objects with membership details
Create New Organization
Create a new organization.Request Body
Organization name
First line of organization address
Second line of organization address
Organization postal/zip code
Organization state/province
Organization country
Response
Returns the created organization object with membership details.Get Organization
Get a single organization by ID.Path Parameters
The unique identifier of the organization
Response
Returns the organization object with membership details.Update Organization
Update an existing organization.Path Parameters
The unique identifier of the organization
Request Body
Updated organization name
Updated first line of organization address
Updated second line of organization address
Updated organization postal/zip code
Updated organization state/province
Updated organization country
Response
Returns the updated organization object.Delete Organization
Delete an organization. This action cannot be undone.Path Parameters
The unique identifier of the organization
Response
Returns a 200 status code on successful deletion.List Memberships
List all memberships in an organization.Path Parameters
The unique identifier of the organization
Response
Array of membership objects with user details
Update Membership
Update a member’s role in the organization.Path Parameters
The unique identifier of the organization
The unique identifier of the membership
Request Body
New role for the member (OWNER, ADMIN, MEMBER, VIEWER)
Response
Returns the updated membership object.Remove Membership
Remove a member from the organization.Path Parameters
The unique identifier of the organization
The unique identifier of the membership
Response
Returns a 200 status code on successful removal.List Invitations
List all invitations in the organization.Path Parameters
The unique identifier of the organization
Response
Array of invitation objects
Add Invitation
Invite a user to the organization.Path Parameters
The unique identifier of the organization
Request Body
Email address of the user to invite
Role in the organization (OWNER, ADMIN, MEMBER, VIEWER). Defaults to MEMBER
ID of the project for this invitation
Role in the project (OWNER, ADMIN, MEMBER, VIEWER)
Response
Returns the created invitation object.Remove Invitation
Remove an invitation from the organization.Path Parameters
The unique identifier of the organization
The unique identifier of the invitation