getUser

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

public getUser(userId: String) : VyPromise<VyUserDto>

Parameters

userId

String

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

Returns

VyPromise<VyUserDto>

Last updated