updateUserReference
This endpoint is used to update the reference of a user by `userId`.
public updateUserReference(userId: string, reqParams: VyUpdateUserReferenceDto) : VyPromise<VyUserDto>
Parameters
userId
string
This is the user `ID` whose **reference** you want to update.
Returns
VyPromise<VyUserDto> User's reference updated successfully.
Last updated