tencent cloud

DescribeUserProjectList
Last updated: 2025-11-13 21:02:40
DescribeUserProjectList
Last updated: 2025-11-13 21:02:40

1. API Description

Domain name for API request: bi.intl.tencentcloudapi.com.

This API is used to obtain the user interface in the project.

A maximum of 100 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: DescribeUserProjectList.
Version Yes String Common Params. The value used for this API: 2022-01-05.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
ProjectId No Integer Project ID.
AllPage No Boolean None.
PageNo No Integer None.
PageSize No Integer None.
IsFilterPerAuthUser No Boolean Whether to filter out enterprise administrators.
IsFilterCurrentUser No Boolean Whether to filter out the current user.
Keyword No String Keyword.

3. Output Parameters

Parameter Name Type Description
ErrorInfo ErrorInfo Custom error information object.
Note: This field may return null, indicating that no valid values can be obtained.
Data CorpUserListData Data.
Note: This field may return null, indicating that no valid values can be obtained.
Extra String Expansion.
Note: This field may return null, indicating that no valid values can be obtained.
Msg String Message.
Note: This field may return null, indicating that no valid values can be obtained.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Checking a User in the Project

This example shows you how to check a user in the project.

Input Example

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

{
    "ProjectId": 1982493789748932,
    "AllPage": false,
    "PageNo": 1982493789748932,
    "PageSize": 1982493789748932,
    "Keyword": "zhangsan"
}

Output Example

{
    "Response": {
        "ErrorInfo": {
            "ErrorTip": "",
            "ErrorLevel": "INFO",
            "DocLink": "",
            "FAQ": "",
            "ReservedField": ""
        },
        "Data": {
            "List": [
                {
                    "UserId": "1101",
                    "UserName": "zhangsan",
                    "CorpId": "1012",
                    "Email": "123***@qq.com",
                    "LastLogin": "2020-09-22T00:00:00+00:00",
                    "Status": 0,
                    "FirstModify": 0,
                    "PhoneNumber": "86212***21",
                    "AreaCode": "086",
                    "CreatedUser": "zhangsan",
                    "CreatedAt": "2020-09-22T00:00:00+00:00",
                    "UpdatedUser": "zhangsan",
                    "UpdatedAt": "2020-09-22T00:00:00+00:00",
                    "GlobalUserName": "zhangsan",
                    "Mobile": "153****798",
                    "AppId": "101",
                    "AppUserId": "zhangsan",
                    "AppUserAliasName": "zhangsan",
                    "AppUserName": "zhangsan",
                    "InValidateAppRange": true
                }
            ],
            "Total": 0,
            "TotalPages": 0
        },
        "Extra": "",
        "Msg": "Successful",
        "RequestId": "RequestId-123"
    }
}

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
MissingParameter.MissingParam The required parameter is missing.
UnsupportedOperation.BIError Default business exception.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback