Team related paths
- GET /api/v4/teams
Get the list of teams on the server.
- GET /api/v4/teams/{team_id}
Get team info.
- PUT /api/v4/teams/{team_id}
Update team settings.
Must have admin rights.
- DELETE /api/v4/teams/{team_id}
Delete the team.
Must have admin rights.
- GET /api/v4/teams/{team_id}/chats
Get the list of chats in the team.
- GET /api/v4/teams/{team_id}/contacts
Get the list of contacts of the team.
- GET /api/v4/teams/{team_id}/contacts/{contact_id}
Get contact details.
- POST /api/v4/teams/{team_id}/contacts/{contact_id}
Update contact details.
- DELETE /api/v4/teams/{team_id}/contacts/{contact_id}
Remove contact from the team.
Must have admin rights.