# Function: authenticationAdminGetUser()

> **authenticationAdminGetUser**(`httpRequestContext`, `componentName`, `request`): `Promise`\<`IAdminUserGetResponse`\>

Get an existing user.

## Parameters

### httpRequestContext

`IHttpRequestContext`

The request context for the API.

### componentName

`string`

The name of the component to use in the routes.

### request

`IAdminUserGetRequest`

The request.

## Returns

`Promise`\<`IAdminUserGetResponse`\>

The response object with additional http response properties.
