GetUser

This endpoint retrives the details of a user by their `userId`.

public static VyTask<VyUserDto> GetUser(string userId)

Parameters

userId

string

This is the user `ID` whose details you want to fetch.

Returns

VyTask<VyUserDto>

Last updated