This endpoint retrieves detailed information for a specific user by their UUID.
UUID
public getUser(userId: string) : VyPromise<VyUserDto>
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 3 months ago