tencent cloud

Feedback

CreateApiImportUserJob

Last updated: 2022-10-18 10:24:57

1. API Description

Domain name for API request: ciam.tencentcloudapi.com.

This API is used to create an API for user import task.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: CreateApiImportUserJob.
Version Yes String Common Params. The value used for this API: 2022-03-31.
Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-singapore.
UserStoreId Yes String User directory ID
DataFlowUserCreateList.N Yes Array of ImportUser Imported user data

3. Output Parameters

Parameter Name Type Description
Job Job Data flow task
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Creating an API for user import task

Input Example

POST / HTTP/1.1
Host: ciam.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateApiImportUserJob
<Common request parameters>

{
    "UserStoreId": "xx",
    "DataFlowUserCreateList": [
        {
            "UserName": "xx",
            "Zone": "xx",
            "ResidentIdentityCard": "xx",
            "WechatOpenId": "xx",
            "Email": "xx",
            "CustomizationAttributes": [
                {
                    "Type": "xx",
                    "Name": "xx",
                    "Value": "xx"
                }
            ],
            "Description": "xx",
            "Job": "xx",
            "Address": "xx",
            "Nationality": "xx",
            "Password": "xx",
            "Nickname": "xx",
            "QqOpenId": "xx",
            "Name": "xx",
            "Gender": "xx",
            "IdentityVerificationMethod": "xx",
            "AlipayUserId": "xx",
            "Birthdate": "2020-09-22",
            "PhoneNumber": "xx",
            "UserGroup": [
                "xx"
            ],
            "PasswordEncryptTypeEnum": "xx",
            "Salt": {
                "SaltLocation": {
                    "SaltLocationRule": {
                        "Regex": "xx"
                    },
                    "SaltLocationTypeEnum": "xx"
                },
                "SaltValue": "xx"
            },
            "QqUnionId": "xx",
            "Locale": "xx",
            "IdentityVerified": true,
            "WechatUnionId": "xx"
        }
    ]
}

Output Example

{
    "Response": {
        "Job": {
            "Status": "xx",
            "Format": "xx",
            "ErrorDetails": [
                {
                    "UserId": "xx",
                    "Error": "xx"
                }
            ],
            "Location": "xx",
            "CreatedDate": 0,
            "FailedUsers": [
                {
                    "FailedUserIdentification": "xx",
                    "FailedReason": "xx"
                }
            ],
            "Type": "xx",
            "Id": "xx"
        },
        "RequestId": "xx"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure A CAM signature/authentication error occurred.
DryRunOperation DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used.
FailedOperation The operation failed.
FailedOperation.DataFlowTooManyRequests There are already two valid tasks. Wait for one of them to complete and try again.
FailedOperation.ImportUserIsEmpty The user is empty during user import.
FailedOperation.InvalidTenant The tenant is invalid.
FailedOperation.InvalidUserStore The user pool is invalid.
FailedOperation.QuotaLimitExceeded The quota is exceeded. Contact customer service.
InternalError An internal error occurred.
InternalError.UnknownError An unknown error occurred.
InvalidParameter The parameter is incorrect.
InvalidParameter.ParameterIllegal The request parameter is invalid.
InvalidParameterValue The parameter value is incorrect.
LimitExceeded The quota limit is exceeded.
MissingParameter The parameter is missing.
OperationDenied The operation was denied.
RequestLimitExceeded The number of requests exceeds the frequency limit.
RequestLimitExceeded.FrequentRequest Too many requests. Try again later.
RequestLimitExceeded.RepeatRequest Repeated request. Try again later.
ResourceInUse The resource is in use.
ResourceInsufficient The resource is insufficient.
ResourceNotFound The resource does not exist.
ResourceUnavailable The resource is unavailable.
ResourcesSoldOut The resources have been sold out.
UnauthorizedOperation The operation is unauthorized.
UnauthorizedOperation.TenantNotActivated The service is not activated.
UnknownParameter The parameter is unknown.
UnsupportedOperation The operation is not supported.