ListEnterpriseDingtalkGroups
Retrieves a list of enterprise DingTalk service groups associated with your account.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
support-plan:ListEnterpriseDingtalkGroups |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the API request. Each call returns a unique RequestId. |
12xxxxx |
| Success |
boolean |
Indicates whether the API call succeeded. true means the call was successful. |
true |
| Message |
string |
The error message. This field is returned only when Success is false. |
Data Invalid |
| Code |
string |
The return code of the API request. |
true |
| Data |
array<object> |
A list of DingTalk service groups. |
|
|
object |
|||
| OpenGroupId |
string |
The ID of the enterprise DingTalk service group. |
123 |
| GroupName |
string |
The name of the enterprise DingTalk service group. |
A公司服务群 |
Examples
Success response
JSON format
{
"RequestId": "12xxxxx",
"Success": true,
"Message": "Data Invalid",
"Code": "true",
"Data": [
{
"OpenGroupId": "123",
"GroupName": "A公司服务群"
}
]
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.