Get the access control attributes governing a team
GET/api/v4/teams/:team_id/access_control/attributes
Get the attributes used by the team's membership access control policy, as a map of attribute name to the values that satisfy the rule. This lets membership surfaces explain the requirement to join the team. Values that are source-only or shared-only are stripped, so no sensitive value is disclosed. The map is empty when no membership policy governs the team.
Permissions
Must have the view_team permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Team access control attributes 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