GetUser

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

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

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 response type

Last updated