---
title: "Get User"
method: GET
path: "/management/v1/projects/{projectId}/users/{userId}"
tags: ["Management"]
---

# Get User

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

Retrieves the project user's details.

## Response `200`

Returns the project user's details.

- ManagementProjectsUsersGetUserResponseBody — Details about the user.
  - `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.

## 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.
- `404` — Returns an error when a resource could not be found.

---

[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/versions/4982266e0494/schema)
