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