---
title: "Retrieves specified SSH User"
method: GET
path: "/ssh_user/{uuid}"
tags: ["ssh_user"]
---

# Retrieves specified SSH User

`GET /ssh_user/{uuid}`

Retrieves specified SSH User

## Path parameters

- `uuid` string, UUID, required

## Response `200`

Success

- SshUserDetails — SSH User details
  - `username` string, required — SSH User name
  - `user_uuid` string, UUID, required — SSH User UUID
  - `access_request_uuid` string, UUID, required — UUID of the access request requesting SSH access
  - `entity_list` object[], required — List of IP addresses to the entity which the user requested access to
    - `entity_ip` string — Entity IP Address
    - `entity_uuid` string — Entity UUID
    - `entity_type` string — Entity IP Address

## Other responses

- `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)
