---
title: "Get Users"
method: GET
path: "/v2/Account/Users"
tags: ["Account"]
---

# Get Users

`GET /v2/Account/Users`

Retrieves the list of users for the account

## Response `200`

users list

- UserListViewApi[]
  - `email` string, nullable — The user's email address.
  - `roleId` string, nullable — The identifier of the role assigned to the user (used for permissions).
  - `roleName` string, nullable — The name of the role assigned to the user.
  - `createdAt` string, date-time — The date and time when the user was added to the account.

## Other responses

- `400` — Error

---

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