---
title: "List Users"
method: GET
path: "/management/v1/projects/{projectId}/users"
tags: ["Management"]
---

# List Users

`GET /management/v1/projects/{projectId}/users`

Lists all users assigned to the project.

## Response `200`

Returns the list of all the users assigned to the project.

- ManagementProjectsUsersListResponseBody — Object containing a list of users assigned to the project.
  - `object` 'list', required — The type of the object represented by JSON. This object stores information about the users in a dictionary.
  - `data_ref` 'data', required — Identifies the name of the attribute that contains the array of user objects.
  - `data` User[], required — Array of user objects.
    - `id` string, required — The unique identifier of the user who has been assigned to the project.
    - `login` string, required — The login data of the user who has been assigned to the project.
    - `email` string, required — The email address of the user who has been assigned to the project.
    - `first_name` string, required — The first name of the user who has been assigned to the project.
    - `last_name` string, required — The last name of the user who has been assigned to the project.
    - `projects` object, required — Lists key-value pairs, where the key is the project to which the user is assigned. The value is the role assigned in a given project. The predefined Voucherify roles are: `ADMIN`, `USER`, `VIEWER`, `MERCHANT`, `USER_RESTRICTED` (for the Areas and Stores, an Enterprise feature).
    - `is_owner` boolean, required — Determines if the user is the owner for the organization in Voucherify.
  - `total` integer, required — The total number of users.

## Other responses

- `401` — Returns an error if an invalid token was provided.
- `402` — Returns an error if the current plan does not include the Management API feature.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
