Organizations
List organizations
Retrieve a paginated list of organizations.Array of organization objects.
Unique identifier for the organization.
Name of the organization.
URL-friendly slug for the organization.
Public handle for the organization.
Description of the organization.
URL to the organization’s logo.
Organization’s website URL.
Industry the organization operates in.
Visibility setting for the organization.
Number of members in the organization.
Number of teams in the organization.
Current user’s role in the organization.
Cursor for the next page of results.
Cursor for the previous page of results.
Whether there are more results available.
Get organization
Retrieve a specific organization by its slug.The slug of the organization to retrieve.
Create organization
Create a new organization.Name of the organization.
Description of the organization.
URL to the organization’s logo.
Organization’s website URL.
Industry the organization operates in.
Contact email for the organization.
Contact phone number for the organization.
Visibility setting for the organization.
Update organization
Update an existing organization.The slug of the organization to update.
Name of the organization.
Description of the organization.
URL to the organization’s logo.
Organization’s website URL.
Public handle for the organization.
Industry the organization operates in.
Contact email for the organization.
Contact phone number for the organization.
Visibility setting for the organization.
Delete organization
Delete an organization.The slug of the organization to delete.
Get industry choices
Retrieve available industry choices for organizations.Members
List members
Retrieve a paginated list of organization members.The slug of the organization.
Array of organization member objects.
Unique identifier for the user.
Username of the member.
Email address of the member.
Full name of the member.
URL to the member’s profile picture.
Member’s role in the organization.
Timestamp when the member joined.
Remove member
Remove a member from an organization.The slug of the organization.
The unique identifier of the user to remove.
Update member role
Update a member’s role in an organization.The slug of the organization.
The unique identifier of the user.
Leave organization
Leave an organization as the current user.The slug of the organization to leave.
Transfer ownership
Transfer ownership of an organization to another member.The slug of the organization.
Invitations
List invitations
Retrieve all invitations for an organization.The slug of the organization.
Array of invitation objects.
Unique identifier for the invitation.
Email address of the invited user.
Username of the user who sent the invitation.
Role assigned to the invitation.
Current status of the invitation.
Expiration timestamp for the invitation.
Whether the invitation has expired.
URL to accept the invitation.
Create invitation
Create a new invitation to join an organization.The slug of the organization.
Resend invitation
Resend an existing invitation.The slug of the organization.
The unique identifier of the invitation to resend.
Cancel invitation
Cancel a pending invitation.The slug of the organization.
The unique identifier of the invitation to cancel.
Teams
List teams
Retrieve all teams in an organization.The slug of the organization.
Create team
Create a new team in an organization.The slug of the organization.
Get team
Retrieve a specific team by its slug.The slug of the organization.
The slug of the team to retrieve.
Update team
Update an existing team.The slug of the organization.
The slug of the team to update.
Delete team
Delete a team from an organization.The slug of the organization.
The slug of the team to delete.
Team members
List team members
Retrieve all members of a team.The slug of the organization.
The slug of the team.
Add team member
Add a member to a team.The slug of the organization.
The slug of the team.
Remove team member
Remove a member from a team.The slug of the organization.
The slug of the team.
The unique identifier of the user to remove.
Update team member role
Update a team member’s role.The slug of the organization.
The slug of the team.
The unique identifier of the user.