---
title: "Agent Permissions"
method: GET
path: "/agent/agents-permissions"
tags: ["Agent User"]
---

# Agent Permissions

`GET /agent/agents-permissions`

## Query parameters

- `team_id` string, uuid

## Response `201`

Successful Response

- AgentsPermissionsResponse[]
  - `name` string, required
  - `email` string, required
  - `image` string
  - `role` string, required
  - `knowledge_base` union, required
    - string[]
    - string
  - `knowledge_base_names` union, required
    - string[]
    - string
  - `permission` string, required
  - `user_id` string, uuid
  - `accepted` boolean, required

## Other responses

- `422` — Validation Error

---

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