This endpoint retrives the details of a user by their `userId`.
Last updated 3 months ago
public static VyTask<VyUserDto> GetUser(string userId)
Parameters
Returns
VyTask<VyUserDto> A specific user's details retrieved successfully.
userId
string
This is the user `ID` whose details you want to fetch.