All Products
Search
Document Center

DataWorks:CreateIdentifyCredential

Last Updated:Mar 30, 2026

Creates an identity credential.

Operation description

Important This operation does not support batch processing. If you specify multiple entities in the request parameters, only the first entity is processed and the rest are ignored.

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 syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

IdentifyCredential IdentifyCredential

No

The user credential object.

Note: The UserType, DataSource.Type, and DataSource.Role parameters must be set to values within their respective enumeration ranges.

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

0000-ABCD-EFG****

Data

string

success true or false

{ "HttpStatusCode": 200, "Success": true }

Examples

Success response

JSON format

{
  "RequestId": "0000-ABCD-EFG****",
  "Data": "{   \"HttpStatusCode\": 200,   \"Success\": true }"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.