返回 Microsoft Graph
将 Knoon AI 与 Microsoft Graph (Microsoft) 连接以自动化 AI 工作流。
List groups, optionally filtered by display name search.
microsoftGraphListGroups
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| query | mustache | Optional search text applied to display names. | 没有 |
| top | number | Maximum number of groups to return (1-999). | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| sensitive.groups.group.id | string | Group ID. |
| sensitive.groups.group.displayName | string | Display name. |
| sensitive.groups.group.description | string | Description. |
| sensitive.groups.group.mail | string | Mail address. |
| sensitive.groups.group.mailEnabled | boolean | Whether the group is mail enabled. |
| sensitive.groups.group.securityEnabled | boolean | Whether the group is security enabled. |
| sensitive.groups.group.visibility | string | Group visibility. |
| sensitive.nextLink | string | OData nextLink for pagination when present. |