ReassignSignerApiRequest
Properties
| Name |
Type |
Description |
Notes |
| email |
String |
The new signer's email address. |
[default to null] |
| name |
String |
The new signer's display name. |
[default to null] |
| phone |
String |
The new signer's phone number in E.164 format. Required if AuthMethod is Sms. |
[optional] [default to null] |
| authMethod |
String |
The authentication method for the new signer. Valid values: `Email`, `AccessCode`, `Sms`, `Kba`, `IdVerification`. Null to keep the original signer's method. |
[optional] [default to null] |
| accessCode |
String |
The access code for the new signer, if AuthMethod is AccessCode. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]