# Update the email address of a signing participant and resend the invitation. **PUT /api/v1/participants/{participantId}/email** Sample request: PATCH /api/v1/participants/{participantId}/email { "email": "change@lwolf.com" } ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Path parameters - **participantId** (string(uuid)) The identifier of the participant whose email is to be updated. ### Query parameters - **Email** () Get or Set the email address of the participant. ### Body: application/json (object) The data transfer object containing the new email address. - **email** (string | null) ## Responses ### 200 Success ### default Error #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) [Powered by Bump.sh](https://bump.sh)