Get a team syncable for a group
GET/api/v4/groups/:group_id/teams/:team_id
Get the GroupSyncableTeam object with the provided group and team identifiers.
Permissions
Must have manage_system permission.
Minimum server version: 5.11
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 501
Team syncable retrieved
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Something went wrong with the server
Feature is disabled