All Products
Search
Document Center

Certificate Management Service:UpdateContact

Last Updated:Jul 17, 2026

Updates a contact.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ContactId

integer

Yes

The contact ID.

1397591

Name

string

No

The name of the certificate contact.

zhang san

Mobile

string

No

The phone number of the contact.

1510108***

Email

string

No

The email address of the contact.

test@136.com

Idcard

string

No

The ID card number of the contact. This parameter is required for the CFCA certificate brand and is not required for other brands.

142***************

Webhooks

string

No

The webhook URLs of DingTalk, WeCom, or Lark chatbots. The value is a string in list format.

[\"https://open.feishu.cn/open-apis/bot/v2/hook/dc1aa9b9-47cd-4b34-91ef-73c1034208e5\"]

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

71CE8C5B-3737-52A9-97D0-2A9746059A45

ContactId

integer

The contact ID.

1352570

Examples

Success response

JSON format

{
  "RequestId": "71CE8C5B-3737-52A9-97D0-2A9746059A45",
  "ContactId": 1352570
}

Error codes

HTTP status code

Error code

Error message

Description

400 IncorrectFormat.%s The %s parameter format is incorrect. The value of the %s parameter is in an invalid format.
400 AlreadyExists.%s A %s with the same value already exists. %s already exists.
400 LimitExceeded.%s The maximum number of %s is exceeded. The number of %s exceeds the limit.
409 UpdateConflict The data you are trying to update has been modified by another user. Please refresh and try again. The data that you want to update is modified by another user. Refresh and try again.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.