---
title: "Get User"
method: GET
path: "/api/access/v2/users/{userId}"
tags: ["Users V2"]
---

# Get User

`GET /api/access/v2/users/{userId}`

Use this API to retrieve details for a single user in your account.

## Path parameters

- `userId` string, uuid, required

## Response `200`

User retrieved successfully

- PlatformAccessManagementPublicOrgUserDetailsResponse
  - `userId` string, uuid — The unique identifier of the user.
  - `firstName` string — The first name of the user, as it appears in their profile.
  - `lastName` string — The last name of the user, as it appears in their profile.
  - `fullName` string — The full name of the user, combining their first and last names.
  - `email` string, email — The email address associated with the user's account.
  - `accessLevels` PlatformAccessManagementPublicAccessLevelResponse[] — The access levels assigned to the user.
    - `organizationId` string, uuid — The unique identifier of the organization.
    - `organizationName` string — The name of the organization.
    - `roleId` string, uuid — The unique identifier of the role.
    - `roleName` string — The name of the role.
  - `emailConfirmed` boolean — The indicator of whether the user's email address has been confirmed.
  - `active` boolean — The indicator of whether the user account is currently active.
  - `internal` boolean — The indicator of whether the user is an internal user, meaning they are part of the organization.
  - `externalId` string — The external identifier for the user, which may be used to reference them in external systems.
  - `expirationDateTime` string, date-time — The date and time the user account will expire.
  - `disabledDateTime` string, date-time — The date and time the user account was disabled.
  - `createdDate` string, date-time — The date and time the user account was created.
  - `lastModifiedDate` string, date-time — The date and time the user account was last modified.
  - `lastLoginDate` string, date-time — The date and time the user last logged in.
  - `disabledBy` string — The name of the user who disabled the current user.
  - `defaultOrganizationName` string — The name of the default organization for the user.
  - `defaultOrganizationId` string, uuid — The unique identifier of the user's default organization.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `404` — User not found
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
