Teams
GET
The number of records to skip.
0The maximum number of records to return.
10The global search term to use for finding teams.
Team NameTeams retrieved successfully
Internal server error
POST
user@example.comJohnDoe123-456-7890ViewerPossible values: team_idInvitation created successfully
{"message":"Invitation email sent","description":"Wait for the invited person to finish their registration."}Team is full
Access denied
Internal server error
PUT
Leaves a team by its ID. Sends an email to the new owner if provided. Also applies new owners subscription plan to this team.
The ID of the team to leave.
team_id1Left the team successfully
{"message":"Left the team successfully","description":"You have left the team successfully."}Team not found
Internal server error
The ID of the team to accept the invitation for.
team_idInvitation accepted successfully
{"message":"Invitation accepted successfully","description":"You have accepted the invitation successfully."}Membership not found
Internal server error
The ID of the team to decline the invitation for.
team_idInvitation declined successfully
{"message":"Invitation declined successfully","description":"You have declined the invitation successfully."}Membership not found
Internal server error
DELETE
The ID of the user to cancel the invitation for.
11Invitation cancelled successfully
{"message":"Invitation cancelled successfully","description":"The invitation has been cancelled successfully."}User not found
Internal server error
The ID of the team to delete.
team_idTeam deleted successfully
{"message":"Team deleted successfully","description":"The team has been deleted successfully."}Team not found
Access denied
Internal server error
Last updated