Get the access control policy for a team
GET/api/v4/teams/:team_id/access_control/policy
Get the attribute-based access control policy assigned to a team, along
with whether the team currently enforces a membership policy. policy is
null when no policy is assigned or attribute-based access control is not
available on the server.
Permissions
Must have the manage_system permission or the manage_team_access_rules
permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Team access control policy retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Something went wrong with the server