---
title: "Retrieve a user"
method: GET
path: "/v3/users/{user_id}"
tags: ["Users"]
---

# Retrieve a user

`GET /v3/users/{user_id}`

Retrieves a user.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- UserResponse
  - `user_id` string
  - `identifiers` Identifiers
    - `email_address` string
  - `attributes` Attributes
    - `first_name` string
    - `surname` string
  - `email_verified` boolean

---

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