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
Test
RAM authorization
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.