---
title: "List all users"
method: GET
path: "/usermanagement/users"
tags: ["User management"]
---

# List all users

`GET /usermanagement/users`

Get the list of all present users and their permissions

## Response `200`

Users information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getUserInfo', required — The id of the action
  - `data` object, required
    - `roleListOverride` 'override' | 'no-override' | 'none', required
    - `authenticationBackends` string[], required
    - `providerProperties` object, required
    - `users` User[], required
      - `login` string, required
      - `name` string
      - `email` string
      - `otherInfo` object, required
      - `status` 'active' | 'deleted' | 'disabled', required
      - `authz` Right[], required
      - `permissions` string[], required
      - `rolesCoverage` string[], required
      - `customRights` Right[], required
      - `providers` string[], required
      - `providersInfo` object, required
        - `provider` string
        - `authz` Right[]
        - `roles` string[]
        - `customRights` Right[]
      - `tenants` string
      - `lastLogin` string, date-time
    - `digest` 'BCRYPT', required — Default password hash algorithm
    - `tenantsEnabled` false | true, required — Whether the tenants plugin is enabled or not, indicating if users only belong to their assigned tenants

---

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