---
title: "GET /v1/users/{userIdOrEmail}"
method: GET
path: "/v1/users/{userIdOrEmail}"
tags: ["[v1] Admin Users"]
---

# GET /v1/users/{userIdOrEmail}

`GET /v1/users/{userIdOrEmail}`

Get user info.

## Path parameters

- `userIdOrEmail` union, required
  - string, uuid
  - string, email

## Response `200`

Success

- object
  - `id` string, uuid
  - `email` string
  - `name` string
  - `phone` string
  - `isActive` boolean
  - `roles` object[]
    - `id` string
    - `role` 'ADMIN' | 'INNOVATOR' | 'ACCESSOR' | 'ASSESSMENT' | 'QUALIFYING_ACCESSOR'
    - `displayTeam` string
    - `isActive` boolean

## Other responses

- `400` — The request is invalid.
- `401` — The user is not authenticated.
- `403` — The user is not authorized to access this resource.
- `500` — An error occurred while processing the request.

## Changes

- **2023-08-11** `0335d130db4e` — 1 breaking
  - the `path` request parameter `userIdOrEmail` became required

[Change history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/users/:userIdOrEmail/get.md)

---

[API](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/revisions/795ad2980be7?raw)
