---
title: "Get the management role of the authenticating user."
method: GET
path: "/v1/users/role"
tags: ["Users"]
---

# Get the management role of the authenticating user.

`GET /v1/users/role`

Get the management role of the authenticating user.

## Response `200`

User role information

- object
  - `role` 'none' | 'db_viewer' | 'cluster_viewer' | 'db_member' | 'cluster_member' | 'user_manager' | 'admin' — Name of the management role.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
