Domain name for API request: cam.tencentcloudapi.com.
This API is used to query the list of user groups.
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: ListGroups. |
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. |
Page | No | Integer | Page number; default is 1 |
Rp | No | Integer | Number of entries per page; default is 20 |
Keyword | No | String | Filter by User Group name |
Parameter Name | Type | Description |
---|---|---|
TotalNum | Integer | Total number of User Groups |
GroupInfo | Array of GroupInfo | User group information array |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cam.tencentcloudapi.com/?Action=ListGroups
&Page=1
&Rp=20
&<Common request parameters>
{
"Response": {
"TotalNum": 2,
"GroupInfo": [
{
"GroupId": 2021,
"GroupName": "test2",
"CreateTime": "2019-04-03 15:15:18",
"Remark": "test2"
},
{
"GroupId": 2020,
"GroupName": "test1",
"CreateTime": "2019-04-03 15:11:34",
"Remark": "test2"
}
],
"RequestId": "dbb91d87-5e3f-42b4-8cc9-ad9f16600370"
}
}
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 |
---|---|
FailedOperation | Operation failed. |
Was this page helpful?