1
List your teams
First, retrieve the teams you belong to so you can save the Save the
team_id you want to manage.id value from the team you want to work with.2
List current members
Get the list of existing members for your team.
3
Add a member
Invite a new member by sending a POST request with the email address and role. The example below invites an agent.
4
Update a member
Change a member’s role or status by sending a POST request to
/api/v1/team/members/store.5
Remove a member
Remove a member from the team by sending a DELETE request with the member record ID.
