Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Definition
https://www.yammer.com/api/v1/users/in_group/:Group_Id.json
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| Group_id | path | long | Yammer group ID | |
| Page | query | long | Indicates the page of users to return. Used when paging through users. Example: page=2. |
Documentation
The users in group endpoint returns the list of users within a Yammer community. The results can be paged through to get all users in the group. Yammer supports both legacy unconnected groups and modern connected groups. Connected groups are powered by a Microsoft 365 group with membership synced bidirectionally with Azure AD.
This endpoint will work in freemium and enterprise networks, but better options are available for connected groups in Yammer:
- Azure Active Directory PowerShell for Graph module
- Working with groups in Microsoft Graph
These solutions are the recommended options for working with connected groups and should be preferred over this API.
Supported network types
- Freemium/Basic
- Enterprise without Native Mode
- Enterprise with M365 Native Mode (Azure AD PowerShell or APIs are recommended for user and group operations.)