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.
Returns
VyTask<VyUserDto> User's reference updated successfully.
Last updated