---
title: "Get all Redis Software users"
method: GET
path: "/v1/users"
tags: ["Users"]
---

# Get all Redis Software users

`GET /v1/users`

Get all Redis Software users in the cluster

## Response `200`

List of users

- User[]
  - `account_id` integer — SM account ID
  - `action_uid` string — Action uid. If exists - progress can be tracked by the GET /actions/<uid> API
  - `auth_method` 'regular' | 'certificate' | 'entraid' | 'sso', required
  - `bdbs_email_alerts` string[] — UIDs of databases that user will receive alerts for.
  - `certificate_subject_line` string — The certificate's subject line as defined by RFC2253 (for certificate based authentication users only)
  - `cluster_email_alerts` boolean — Activate cluster email alerts for a user.
  - `email` string — User's email. (pattern matching only ascii characters)
  - `email_alerts` boolean — Activate email alerts for a user.
  - `last_login` integer — Timestamp of the user's last login time. This denotes the last time an authentication with the user's credentials was successful.
  - `name` string, required — User's name. (pattern does not allow non ascii and special characters &,<,>,")
  - `password` string — User's password. Note that it could also be an already-hashed value, in which case 'password_hash_method' parameter is also provided.
  - `password_issue_date` string, date-time — The date in which the password was set.
  - `role` 'none' | 'db_viewer' | 'cluster_viewer' | 'db_member' | 'cluster_member' | 'user_manager' | 'admin', required — Name of the management role.
  - `role_uids` integer[], required — List of role uids associated with the user
  - `status` 'active' | 'locked' | 'password_expired' — Status of the user.
  - `uid` integer, required — User's unique uid.

## 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)
