GetUser
Description
This endpoint retrieves detailed information for a specific user by their UUID
.
public static VyTask<VyUserDto> GetUser(string userId)
Parameters
userId
string
This is the user `ID` whose details you want to fetch.
Returns
VyTask<VyUserDto> A specific user's details retrieved successfully.
Last updated