UpdateUserSigningMethod_EmergencyCode
This endpoint is used to update a user\'s signing method. This can be done, in case the user forgets their PIN. In order to update a signing method, another valid signign method has to be passed in th
Parameters
userId
string
This is the `ID` of the user whos signing method you want to update.
signingMethodId
string
This is the `ID` of signing method you want to update.
Returns
VyTask<VyEmergencyCodeSigningMethodDto> Signing method of user updated successfully.
Last updated