updateUserReference
This endpoint is used to update the reference of a user by `userId`.
Parameters
userId | string | This is the user `ID` whose **reference** you want to update. |
reqParams | Request data for the operation |
Returns
VyPromise<VyUserDto> User's reference updated successfully.
Last updated