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. |