All Products
Search
Document Center

Blockchain as a Service:ResetAntChainUserCertificate

Last Updated:Aug 18, 2023

You can call this operation to reset the certificate of a consortium member in Ant Blockchain.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
AntChainIdStringYesbDXK6boZ

The ID of the blockchain on which you want to reset the certificate of the consortium member.

BidStringYes26842

The ID of the website on which the consortium member was registered.

OperationIntegerYes1

The type of the operation to be performed.

UsernameStringYesuid-128712635330****

The username of the consortium member whose certificate is to be reset.

ActionStringNoResetAntChainUserCertificate

The operation that you want to perform. Set the value to ResetAntChainUserCertificate.

RegionIdStringNocn-hangzhou

The ID of the region where Ant Blockchain is used.

Response parameters

ParameterTypeExampleDescription
RequestIdString3EB828D1-1E9D-4EC2-A002-139FE998D674

The ID of the request.

ResultStringsuccess

The result of the operation.

Examples

Sample requests


http(s)://[Endpoint]/?Action=ResetAntChainUserCertificate
&<Common request parameters>

Sample success responses

JSON format

{
	"successResponse":true,
	"requestId":"3EB828D1-1E9D-4EC2-A002-139FE998D674",
	"data":{
		"Result":"success",
		"RequestId":"3EB828D1-1E9D-4EC2-A002-139FE998D674"
	},
	"code":"200"
}

Error codes

For a list of error codes, visit the API Error Center.