---
title: "Get a User"
method: GET
path: "/users/{uuid}"
tags: ["users"]
---

# Get a User

`GET /users/{uuid}`

This operation gets a User.

## Path parameters

- `uuid` string, UUID, required

## Response `200`

Success

- UserIntentResponse — Response object for intentful operations on a user
  - `status` UserDefStatus — User status definition.
    - `state` string — The state of the entity.
    - `message_list` MessageResource[]
      - `message` string, required — If state is ERROR, a message describing the error.
      - `reason` string, required — If state is ERROR, a machine-readable snake-cased string.
      - `details` object — Custom key-value details relevant to the status.
    - `name` string, required — Name of the User.
    - `resources` UserStatusResource, required — User Resource Definition.
      - `projects_reference_list` ProjectReference[] — A list of projects the user is part of.
        - `kind` string, required — The kind name
        - `name` string
        - `uuid` string, UUID, required
      - `access_control_policy_reference_list` AccessControlPolicyReference[] — List of ACP references.
        - `kind` string, required — The kind name
        - `name` string
        - `uuid` string, UUID, required
      - `display_name` string — The display name of the user (common name) provided by the directory service.
      - `user_type` string
      - `directory_service_user` DirectoryServiceUser — A Directory Service user.
        - `user_principal_name` string — The UserPrincipalName of the user from the directory service.
        - `directory_service_reference` DirectoryServiceReference — The reference to a directory_service
          - `kind` string, required — The kind name
          - `name` string
          - `uuid` string, UUID, required
  - `spec` User — User Input Definition.
    - `resources` UserInputResource, required — User Resource Definition.
      - `directory_service_user` DirectoryServiceUser — A Directory Service user.
        - `user_principal_name` string — The UserPrincipalName of the user from the directory service.
        - `directory_service_reference` DirectoryServiceReference — The reference to a directory_service
          - `kind` string, required — The kind name
          - `name` string
          - `uuid` string, UUID, required
  - `api_version` string, required
  - `metadata` UserMetadata, required — The user kind metadata
    - `last_update_time` string, date-time — UTC date and time in RFC-3339 format when user was last updated
    - `kind` string, required — The kind name
    - `uuid` string, UUID — user uuid
    - `spec_version` integer — Version number of the latest spec.
    - `creation_time` string, date-time — UTC date and time in RFC-3339 format when user was created
    - `spec_hash` string — Hash of the spec. This will be returned from server.
    - `should_force_translate` boolean — Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema.
    - `owner_reference` UserReference — The reference to a user
      - `kind` string, required — The kind name
      - `name` string
      - `uuid` string, UUID, required
    - `categories` object — Categories for the user
    - `name` string — user name

## Other responses

- `404` — Invalid UUID provided
- `default` — Internal Error

---

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