MicrosoftGraph.Groups.Group (Microsoft Graph API Client v0.2.0)
https://docs.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0
Link to this section Summary
Functions
Get a group by its id.
List all groups.
List all members of a group. To get all members recursively, use list_transitive_members/3
.
List all members of a group and all child groups.
Link to this section Functions
Link to this function
get_group(client, id, options \\ [])
Get a group by its id.
https://docs.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0&tabs=http
Link to this function
list_groups(client, options \\ [])
List all groups.
https://docs.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=http
Link to this function
list_members(client, id, options \\ [])
List all members of a group. To get all members recursively, use list_transitive_members/3
.
https://docs.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0&tabs=http
Link to this function
list_transitive_members(client, id, options \\ [])
List all members of a group and all child groups.