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