---
title: "Retrieve user by ID"
method: GET
path: "/v1/users/{userId}"
tags: ["Users"]
---

# Retrieve user by ID

`GET /v1/users/{userId}`

Retrieve a specific user in your workspace by ID

## Path parameters

- `userId` string, required

## Response `200`

Retrieve user by ID

- UsersResponse
  - `requestId` string
  - `resource` string
  - `data` UsersData[]
    - `id` string
    - `firstName` string
    - `lastName` string
    - `email` string — The email address of the user

## Other responses

- `404` — Not found. May have an incorrect URL path.
- `500` — Internal server error. Unable to get specified user.

---

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