العودة إلى Microsoft Graph
اتصل بـ Knoon AI مع Microsoft Graph (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |