# GetUser

This endpoint retrieves detailed information for a specific user by their `UUID`.

{% code overflow="wrap" %}

```cpp
void GetUser(FString UserId, const FVyOnGetUserComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| UserId     | FString              | This is the user \`ID\` whose details you want to fetch.                                |
| ---------- | -------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetUserComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetUserComplete)\
Contains a [FVyUserDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyuserdto) response type
