UpdateUserReference

This endpoint is used to update the reference of a user by `userId`.

public static VyTask<VyUserDto> UpdateUserReference(string userId, VyUpdateUserReferenceDto reqParams)

Parameters

userId

string

This is the user `ID` whose **reference** you want to update.

reqParams

Request data for the operation

Returns

VyTask<VyUserDto>

Last updated