Permissions

List team permission definitions

Query and filter the permission with team_id, user_id, and permission_id (the equivalent of listing permissions on the Stack dashboard)

get/team-permission-definitions

Response

Successful response

Example response

{
  "items": [
    {
      "id": "read_secret_info",
      "description": "Read secret information",
      "contained_permission_ids": [
        "read_public_info"
      ]
    }
  ],
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}

Changes