All Products
Search
Document Center

Resource Management:SendEmailVerificationForMessageContact

Last Updated:Dec 18, 2023

Sends verification information to the email address of a contact.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringNo

The ID of the contact.

c-5gsZAGt***PGduDF
EmailAddressstringNo

The email address of the contact.

The specified email address must be the one you specify when you call AddMessageContact .

someone***@example.com

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

7B8A4E7D-6CFF-471D-84DF-195A7A241ECB

Examples

Sample success responses

JSONformat

{
  "RequestId": "7B8A4E7D-6CFF-471D-84DF-195A7A241ECB"
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400MissingParameter.EmailAddressYou must specify EmailAddress.The EmailAddress parameter is not configured.
400InvalidParameter.EmailAddressThe EmailAddress is invalid.The value of the EmailAddress parameter is invalid.
404EntityNotExists.ContactThis Contact does not exist.The specified contact does not exist.
404EntityNotExists.Contact.VerificationThis contact verification does not exist.The verification code of the contact does not exist.
409SendValidateCodeExceedsLimitForAccountFor the same account, the number of verification codes sent exceeds the limit.The number of verification codes that are sent per day by using the account exceeds the upper limit.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history