Domain name for API request: cam.tencentcloudapi.com.
This API is used to query sub-users.
A maximum of 20 requests can be initiated per second for this API.
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: GetUser. |
Version | Yes | String | Common Params. The value used for this API: 2019-01-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
Name | Yes | String | Sub-user username |
Parameter Name | Type | Description |
---|---|---|
Uin | Integer | Sub-user UIN |
Name | String | Sub-user username |
Uid | Integer | Sub-user UID |
Remark | String | Sub-user remarks Note: This field may return null , indicating that no valid values can be obtained. |
ConsoleLogin | Integer | Whether the sub-user can log in to the console. 0 : No; 1 : Yes. |
PhoneNum | String | Mobile number |
CountryCode | String | Country/Area code |
String | ||
RecentlyLoginIP | String | Last login IP Note: This field may return null, indicating that no valid values can be obtained. |
RecentlyLoginTime | String | Last login time Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the sub-user information.
POST / HTTP/1.1
Host: cam.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetUser
<Common request parameters>
{
"Name": "test124"
}
{
"Response": {
"Uin": 100000546533,
"Name": "test124",
"Uid": 1001774,
"Remark": "test",
"ConsoleLogin": 1,
"PhoneNum": "10086",
"CountryCode": "86",
"Email": "123@qq.com",
"RecentlyLoginIP": "1.1.1.1",
"RecentlyLoginTime": "2023-02-27 14:59:08",
"RequestId": "33674182-e53d-416b-b6ce-bd7e7536b5d6"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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.UnauthorizedOperation | No permission. |
FailedOperation | Operation failed. |
ResourceNotFound.UserNotExist | User does not exist. |
문제 해결에 도움이 되었나요?