---
title: "List assign roles"
method: GET
path: "/v1.0/routing/role/list"
tags: ["Lead Routing"]
---

# List assign roles

`GET /v1.0/routing/role/list`

Returns the assignable roles defined on the caller's team. Use the returned IDs when the routing business type is ASSISTANT_LEAD. Caller must have MANAGE_LEAD_DISTRIBUTION or MANAGE_LEAD_DISTRIBUTION_DEPARTMENT permission.

## Headers

- `Authorization` string, required

## Response `200`

Assign roles defined on the team.

- AssignRole[]
  - `id` integer — Role id
  - `name` string — Role name

## Other responses

- `400` — Permission denied (PERMISSION_DENIED 20017).
- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

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