---
title: "Get Roles"
method: GET
path: "/v1/admin/roles"
tags: ["beta.admin.users"]
---

# Get Roles

`GET /v1/admin/roles`

List Organization and Workspace roles.

## Response `200`

OK

- RolesOut
  - `workspace_roles` RoleOut[], required — Workspace roles available to the Organization.
    - `name` string, required — Role name.
    - `uuid` string, uuid, nullable, required — Role UUID. Null for legacy roles.
    - `description` string, required — Short description of the role.
    - `is_custom_role` boolean, required — Whether this role is custom-defined.
  - `organization_roles` RoleOut[], required — Organization roles available to the Organization.
    - `name` string, required — Role name.
    - `uuid` string, uuid, nullable, required — Role UUID. Null for legacy roles.
    - `description` string, required — Short description of the role.
    - `is_custom_role` boolean, required — Whether this role is custom-defined.

---

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