---
title: "Get Roles"
method: GET
path: "/v1/role/"
tags: ["Roles"]
---

# Get Roles

`GET /v1/role/`

Return all roles available for the company

## Response `200`

Successful Response

- ApiGenericListResponseRoleModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` RoleModel[], nullable — The response data for any given request.
    - `id` integer, nullable — The role identifier
    - `name` string — What role the user has
    - `slug` string, required — URL-friendly version of the role

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `409` — Integrity Error or Data Conflict

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
