---
title: "Get User Service Roles By Email"
method: GET
path: "/api/v1/users/roles/{email}"
tags: ["api-v1-users"]
---

# Get User Service Roles By Email

`GET /api/v1/users/roles/{email}`

## Path parameters

- `email` string, required

## Response `200`

Successful Response

- union
  - UserServiceRolesResponse
    - `email` string, nullable, required
    - `id` integer, nullable, required
    - `roles` object, required
  - ErrorDescriptionResponse
    - `description` string, required

## Other responses

- `422` — Validation Error

---

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