GetUser
Description
This endpoint retrieves detailed information for a specific user by their UUID
.
void GetUser(const FString& userId) const
Parameters
userId
FString
This is the user `ID` whose details you want to fetch.
Returns
void A specific user's details retrieved successfully.
Last updated