---
title: "show team roles"
method: GET
path: "/api/v0/team/roles-full/"
tags: ["Team"]
---

# show team roles

`GET /api/v0/team/roles-full/`

Retrieve a list of all roles for a team, excluding the owner' role.

CLI Usage: `vastai show team-roles`

## Response `200`

Success response

- object[]
  - `name` string — Name of the role
  - `permissions` string[] — Permissions associated with the role
  - `identifier` string — Unique identifier for the role
  - `id` integer — Role ID

## Other responses

- `401` — Unauthorized
- `404` — Invalid API key

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
