Obtain user groups information
External DocumentationTo learn more, visit the Lark documentation.
Parameters
Example Output
Workflow Library Example
List Groups with Lark and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Obtain user groups information| Parameter | Description |
|---|---|
| Page Size | The number of groups to return per page (1-200). |
| Page Token | A token used for pagination. This value can be obtained from the page_token property from a previous response. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"code": 0,
"msg": "success",
"data": {
"grouplist": [
{
"id": "g193821",
"name": "IT outsourcing group",
"description": "IT outsourcing group. Fine-grained permission control is required for this group.",
"member_user_count": 2,
"member_department_count": 0
}
],
"page_token": "AQD9/Rn9556539ED40/dk53s4Ebp882DYfFaPFbz00L4CMZJrqGdzNyc8BcZtDbwVUvRmQTvyMYicnGWrde9X56TgdBuS+JDTJJDDPw=",
"has_more": true
}
}
Was this page helpful?