---
title: "Get permission settings for a team"
method: GET
path: "/api/v2/team/{team_id}/permission-settings"
tags: ["Teams"]
---

# Get permission settings for a team

`GET /api/v2/team/{team_id}/permission-settings`

Get all permission settings for a given team.

## Path parameters

- `team_id` string, required

## Response `200`

OK

- TeamPermissionSettingsResponse — Team permission settings response
  - `data` TeamPermissionSetting[] — Team permission settings response data
    - `attributes` TeamPermissionSettingAttributes — Team permission setting attributes
      - `action` 'manage_membership' | 'edit' — The identifier for the action
      - `editable` boolean — Whether or not the permission setting is editable by the current user
      - `options` TeamPermissionSettingValue[] — Possible values for action
      - `title` string — The team permission name
      - `value` 'admins' | 'members' | 'organization' | 'user_access_manage' | 'teams_manage' — What type of user is allowed to perform the specified action
    - `id` string, required — The team permission setting's identifier
    - `type` 'team_permission_settings', required — Team permission setting type

## Other responses

- `403` — Forbidden
- `404` — API error response.
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/versions/da68bf029e4c/schema)
