---
title: "Enterprise Roles Endpoint"
method: GET
path: "/v2/enterprise/roles"
tags: ["roles"]
---

# Enterprise Roles Endpoint

`GET /v2/enterprise/roles`

List all roles that are available to the user's enterprise.
For each role, include the role_id, role_name, and role_type.

## Response `200`

Successful Response

- RoleResponse[]
  - `role_id` string, required
  - `role_name` string, required
  - `role_type` string, required

---

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