Organizations
list
List all organizations you have access to.Maximum number of items to return per page
Pagination cursor for fetching the next page
List of organization objects
Cursor for the next page, or None if no more results
get
Retrieve a specific organization by slug.Unique slug identifier of the organization
Unique slug identifier
Organization name
Organization description
Organization website URL
Industry category
create
Create a new organization.Name of the organization
Description of the organization
URL to the organization logo image
Organization website URL
Industry category (use industry_choices() to see available options)
Organization contact email
Organization contact phone number
Organization visibility (“public” or “private”)
Generated unique slug identifier
Organization name
update
Update an existing organization.Unique slug identifier of the organization to update
Updated organization name
Updated description
Updated logo URL
Updated website URL
Updated handle/slug
Updated industry category
Updated contact email
Updated contact phone
Updated visibility setting
delete
Delete an organization.Unique slug identifier of the organization to delete
industry_choices
Get available industry category options.Dictionary of available industry categories
Members
list_members
List members of an organization.Organization slug
Search query to filter members by name or email
Filter by role (e.g., “admin”, “member”)
Maximum number of items to return per page
Pagination cursor
List of organization member objects
remove_member
Remove a member from the organization.Organization slug
UID of the user to remove
update_member_role
Update a member’s role in the organization.Organization slug
UID of the user
New role for the member (e.g., “admin”, “member”)
leave
Leave an organization (current user).Organization slug to leave
transfer_ownership
Transfer organization ownership to another member.Organization slug
UID of the user who will become the new owner
Invitations
list_invitations
List pending invitations for an organization.Organization slug
List of pending invitation objects
create_invitation
Invite a new member to the organization.Organization slug
Email address of the person to invite
Role to assign (default: “member”)
Unique identifier for the invitation
Email address invited
Assigned role
resend_invitation
Resend an invitation email.Organization slug
UID of the invitation to resend
cancel_invitation
Cancel a pending invitation.Organization slug
UID of the invitation to cancel
Teams
list_teams
List all teams in an organization.Organization slug
List of team objects
create_team
Create a new team within an organization.Organization slug
Name for the team
Team description
Hex color code for the team (e.g., “#3B82F6”)
Generated team slug
Team name
get_team
Retrieve a specific team.Organization slug
Team slug
update_team
Update a team’s information.Organization slug
Team slug to update
Updated team name
Updated description
Updated color
delete_team
Delete a team.Organization slug
Team slug to delete
Team Members
list_team_members
List members of a team.Organization slug
Team slug
List of team member objects
add_team_member
Add a member to a team.Organization slug
Team slug
UID of the user to add
Role within the team (default: “member”)
remove_team_member
Remove a member from a team.Organization slug
Team slug
UID of the user to remove
update_team_member_role
Update a team member’s role.Organization slug
Team slug
UID of the user
New role for the team member