ESC
Type to search...

Group.Read.All

Export JSON
Export CSV
Copy URL
Print
ApplicationDelegated Read All Resources

Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.

Permission data: April 6, 2026 at 4:06 AM UTC
Delegated Access App-Only Access

Permission Details

Application Permission

Read all groups

Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.

Delegated Permission Admin consent required

Read all groups

Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access.

Properties

Microsoft Graph v1.0 exact-category-docs

Properties is shown from stable Microsoft Graph v1.0 metadata.

Property Type Description
allowExternalSenders BooleanNullable Indicates if people external to the organization can send messages to the group. The default value is false. , , Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
assignedLabels assignedLabel collection The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. , , Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.
assignedLicenses assignedLicense collection The licenses that are assigned to the group. , , Returned only on $select. Supports $filter (eq). Read-only.
autoSubscribeNewMembers BooleanNullable Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. , , Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
classification StringNullable Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition., , Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).
createdDateTime DateTimeOffsetNullable Timestamp of when the group was created. The value can't be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. , , Returned by default. Read-only.
deletedDateTime DateTimeOffsetNullable For some Microsoft Entra objects (user, group, application), if the object is deleted, it's first logically deleted, and this property is updated with the date and time when the object was deleted. Otherwise this property is null. If the object is restored, this property is updated to null. Inherited from directoryObject.
description StringNullable An optional description for the group. , , Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
displayName StringNullable The display name for the group. This property is required when a group is created and can't be cleared during updates. Maximum length is 256 characters. , , Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
expirationDateTime DateTimeOffsetNullable Timestamp of when the group is set to expire. It's null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. , , Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.
groupTypes String collection Specifies the group type and its membership. , , If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or a distribution group. For details, see groups overview., , If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. , , Returned by default. Supports $filter (eq, not).
hasMembersWithLicenseErrors BooleanNullable Indicates whether there are members in this group that have license errors from its group-based license assignment. , , This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. , , Supports $filter (eq).
hideFromAddressLists BooleanNullable True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. , , Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
hideFromOutlookClients BooleanNullable True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. , , Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
id String The unique identifier for the group. , , Returned by default. Inherited from directoryObject. Key. Not nullable. Read-only., , Supports $filter (eq, ne, not, in).

Showing 15 of 74 properties.

JSON Representation

Microsoft Graph v1.0 exact-category-docs

JSON representation is shown from stable Microsoft Graph v1.0 metadata.

JSON representation
{
  "allowExternalSenders": "Boolean",
  "acceptedSenders": [
    {
      "@odata.type": "microsoft.graph.directoryObject"
    }
  ],
  "assignedLicenses": [
    {
      "@odata.type": "microsoft.graph.assignedLicense"
    }
  ],
  "autoSubscribeNewMembers": "Boolean",
  "calendar": {
    "@odata.type": "microsoft.graph.calendar"
  },
  "calendarView": [
    {
      "@odata.type": "microsoft.graph.event"
    }
  ],
  "classification": "String",
  "conversations": [
    {
      "@odata.type": "microsoft.graph.conversation"
    }
  ],
  "createdDateTime": "String (timestamp)",
  "createdOnBehalfOf": {
    "@odata.type": "microsoft.graph.directoryObject"
  },
  "deletedDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "drive": {
    "@odata.type": "microsoft.graph.drive"
  },
  "events": [
    {
      "@odata.type": "microsoft.graph.event"
    }
  ],
  "groupTypes": [
    "String"
  ],
  "hasMembersWithLicenseErrors": "Boolean",
  "hideFromAddressLists": "Boolean",
  "hideFromOutlookClients": "Boolean",
  "id": "String (identifier)",
  "isAssignableToRole": "Boolean",
  "isManagementRestricted": "Boolean",
  "isSubscribedByMail": "Boolean",
  "licenseProcessingState": "String",
  "mail": "String",
  "mailEnabled": "Boolean",
  "mailNickname": "String",
  "memberOf": [
    {
      "@odata.type": "microsoft.graph.directoryObject"
    }
  ],
  "members": [
    {
      "@odata.type": "microsoft.graph.directoryObject"
    }
  ],
  "membersWithLicenseErrors": [
    {
      "@odata.type": "microsoft.graph.user"
    }
  ],
  "onPremisesDomainName": "String",
  "onPremisesLastSyncDateTime": "String (timestamp)",
  "onPremisesNetBiosName": "String",
  "onPremisesProvisioningErrors": [
    {
      "@odata.type": "microsoft.graph.onPremisesProvisioningError"
    }
  ],
  "onPremisesSecurityIdentifier": "String",
  "onPremisesSyncEnabled": "Boolean",
  "owners": [
    {
      "@odata.type": "microsoft.graph.directoryObject"
    }
  ],
  "preferredDataLocation": "String",
  "proxyAddresses": [
    "String"
  ],
  "photo": {
    "@odata.type": "microsoft.graph.profilePhoto"
  },
  "photos": [
    {
      "@odata.type": "microsoft.graph.profilePhoto"
    }
  ],
  "rejectedSenders": [
    {
      "@odata.type": "microsoft.graph.directoryObject"
    }
  ],
  "renewedDateTime": "String (timestamp)",
  "resourceBehaviorOptions": [
    "String"
  ],
  "resourceProvisioningOptions": [
    "String"
  ],
  "securityEnabled": "Boolean",
  "securityIdentifier": "String",
  "serviceProvisioningErrors": [
    {
      "@odata.type": "microsoft.graph.serviceProvisioningXmlError"
    }
  ],
  "sites": [
    {
      "@odata.type": "microsoft.graph.site"
    }
  ],
  "threads": [
    {
      "@odata.type": "microsoft.graph.conversationThread"
    }
  ],
  "uniqueName": "String",
  "unseenCount": "Int32",
  "visibility": "String"
}

Relationships

Microsoft Graph v1.0 exact-category-docs

Relationships is shown from stable Microsoft Graph v1.0 metadata.

Relationship Type Description
acceptedSenders directoryObject collection The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.
appRoleAssignments appRoleAssignment collection Represents the app roles granted to a group for an application. Supports $expand.
calendar calendar The group's calendar. Read-only.
calendarView event collection The calendar view for the calendar. Read-only.
conversations conversation collection The group's conversations.
createdOnBehalfOf directoryObject The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
drive drive The group's default drive. Read-only.
drives drive collection The group's drives. Read-only.
events event collection The group's calendar events.
extensions extension collection The collection of open extensions defined for the group. Read-only. Nullable.
groupLifecyclePolicies groupLifecyclePolicy collection The collection of lifecycle policies for this group. Read-only. Nullable.
memberOf directoryObject collection Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.
members directoryObject collection The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. , Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).
membersWithLicenseErrors User collection A list of group members with license errors from this group-based license assignment. Read-only.
onenote Onenote Read-only.
owners directoryObject collection The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. <liIf this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. <liA non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. <liFor security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue., , Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).
photo profilePhoto The group's profile photo
photos profilePhoto collection The profile photos owned by the group. Read-only. Nullable.
planner plannerGroup Entry-point to Planner resource that might exist for a Unified Group.
rejectedSenders directoryObject collection The list of users or groups not allowed to create posts or calendar events in this group. Nullable
settings groupSetting collection Settings that can govern this group's behavior, like whether members can invite guests to the group. Nullable.
sites site collection The list of SharePoint sites in this group. Access the default site with /sites/root.
team channel collection The team associated with this group.
threads conversationThread collection The group's conversation threads. Nullable.
transitiveMemberOf directoryObject collection The groups that a group is a member of, either directly or through nested membership. Nullable.
transitiveMembers directoryObject collection The direct and transitive members of a group. Nullable.
assignedLabels assignedLabel collection The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.
assignedLicenses assignedLicense collection The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq). Read-only.
groupTypes string collection Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or a distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not).
onPremisesProvisioningErrors onPremisesProvisioningError collection Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not).
permissionGrants resourceSpecificPermissionGrant collection Related permissionGrants data exposed by this resource.
proxyAddresses string collection Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: [email protected]', 'smtp: [email protected]']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).

Graph Methods

Delegated access App-only access
Exact Microsoft Learn match

Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /chats/{chat-id}/messages/{message-id}
GET /contacts/{id}/directReports
GET /contacts/{id}/manager
GET /contacts/{id}/memberOf
GET /contacts/{id}/transitiveMemberOf
GET /drive/root/createdByUser/planner/plans
GET /drives/{drive-id}/items/{item-id}
GET /drives/{drive-id}/root:/{item-path}
GET /groups
GET /groups/{group-id}/drive/items/{item-id}
GET /groups/{group-id}/drive/root:/{item-path}
GET /groups/{group-id}/permissionGrants
GET /groups/{group-id}/planner/plans
GET /groups/{groupId}/conversations/{conversationId}/threads/{threadId}/posts
GET /groups/{groupId}/settings
GET /groups/{groupId}/settings/{groupSettingId}
GET /groups/{groupId}/threads/{threadId}/posts
GET /groups/{id}
GET /groups/{id}/acceptedSenders
GET /groups/{id}/calendar/events
GET /groups/{id}/calendar/events/{id}
GET /groups/{id}/calendarView?startDateTime={startdatetime}&endDateTime={enddatetime}
GET /groups/{id}/conversations
GET /groups/{id}/conversations/{id}
GET /groups/{id}/conversations/{id}/threads
GET /groups/{id}/conversations/{id}/threads/{id}
GET /groups/{id}/conversations/{id}/threads/{id}/posts/{id}
GET /groups/{id}/conversations/{id}/threads/{id}/posts/{id}/attachments
GET /groups/{id}/events
GET /groups/{id}/events/{id}
GET /groups/{id}/memberOf
GET /groups/{id}/members
GET /groups/{id}/owners
GET /groups/{id}/photo
GET /groups/{id}/photo/$value
GET /groups/{id}/photos
GET /groups/{id}/photos/{size}
GET /groups/{id}/rejectedSenders
GET /groups/{id}/threads
GET /groups/{id}/threads/{id}
GET /groups/{id}/threads/{id}/posts/{id}
GET /groups/{id}/threads/{id}/posts/{id}/attachments
GET /groups/{id}/transitiveMemberOf
GET /groups/{id}/transitiveMembers
GET /groups/delta
GET /groupSettings
GET /groupSettings/{groupSettingId}
GET /me/chats/{chat-id}/messages/{message-id}
GET /me/contactfolders/{contactFolderId}/contacts/{id}/photo
GET /me/contactfolders/{contactFolderId}/contacts/{id}/photo/$value
GET /me/contacts/{id}/photo
GET /me/contacts/{id}/photo/$value
GET /me/drive/items/{item-id}
GET /me/drive/root:/{item-path}
GET /me/photo
GET /me/photo/$value
GET /me/photos
GET /me/photos/{size}
GET /me/planner/plans
GET /me/planner/tasks
GET /me/transitiveMemberOf
GET /planner/buckets
GET /planner/buckets/{id}
GET /planner/buckets/{id}/tasks
GET /planner/plans
GET /planner/plans/{id}/details
GET /planner/plans/{plan-id}
GET /planner/plans/{plan-id}/buckets
GET /planner/plans/{plan-id}/tasks
GET /planner/tasks
GET /planner/tasks/{id}
GET /planner/tasks/{id}/assignedToTaskBoardFormat
GET /planner/tasks/{id}/bucketTaskBoardFormat
GET /planner/tasks/{id}/details
GET /planner/tasks/{id}/progressTaskBoardFormat
GET /sites/{site-id}/drive/items/{item-id}
GET /sites/{site-id}/drive/root:/{item-path}
GET /sites/{site-id}/lists/{list-id}/items/{item-id}/driveItem
GET /teams/{id}/channels/{id}/filesFolder
GET /teams/{id}/channels/{id}/tabs
GET /teams/{id}/installedApps/{id}
GET /teams/{id}/photo
GET /teams/{id}/photo/$value
GET /teams/{id}/schedule/openShiftChangeRequests
GET /teams/{id}/schedule/openShiftChangeRequests/{openShiftsChangeRequestId}
GET /teams/{id}/schedule/openShifts
GET /teams/{id}/schedule/openShifts/{openShiftId}
GET /teams/{team-id}
GET /teams/{team-id}/channels
GET /teams/{team-id}/channels/{channel-id}
GET /teams/{team-id}/channels/{channel-id}/members
GET /teams/{team-id}/channels/{channel-id}/messages
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies/{reply-id}
GET /teams/{team-id}/channels/{channel-id}/tabs/{tab-id}
GET /teams/{team-id}/installedApps
GET /teams/{teamId}/schedule
GET /teams/{teamId}/schedule/offerShiftRequests/{offerShiftRequestId}
GET /teams/{teamId}/schedule/schedulingGroups
GET /teams/{teamId}/schedule/schedulingGroups/{schedulingGroupId}
GET /teams/{teamId}/schedule/shifts
GET /teams/{teamId}/schedule/shifts/{shiftId}
GET /teams/{teamId}/schedule/swapShiftsChangeRequests
GET /teams/{teamId}/schedule/timeOffReasons
GET /teams/{teamId}/schedule/timeOffReasons/{timeOffReasonId}
GET /teams/{teamId}/schedule/timeOffRequests
GET /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
GET /teams/{teamId}/schedule/timesOff
GET /teams/{teamId}/schedule/timesOff/{timeOffId}
GET /users/{id | userPrincipalName}/contactfolders/{contactFolderId}/contacts/{id}/photo
GET /users/{id | userPrincipalName}/contactfolders/{contactFolderId}/contacts/{id}/photo/$value
GET /users/{id | userPrincipalName}/contacts/{id}/photo
GET /users/{id | userPrincipalName}/contacts/{id}/photo/$value
GET /users/{id | userPrincipalName}/joinedGroups/{id}/photos
GET /users/{id | userPrincipalName}/photo
GET /users/{id | userPrincipalName}/photo/$value
GET /users/{id | userPrincipalName}/photos/{size}
GET /users/{id | userPrincipalName}/transitiveMemberOf
GET /users/{id}/planner/plans
GET /users/{id}/planner/tasks
GET /users/{user-id | user-principal-name}/chats/{chat-id}/messages/{message-id}
GET /users/{user-id | userPrincipalName}/drive/items/{item-id}
GET /users/{user-id | userPrincipalName}/drive/root:/{item-path}
POST /contacts/{id}/checkMemberGroups
POST /contacts/{id}/checkMemberObjects
POST /contacts/{id}/getMemberGroups
POST /contacts/{id}/getMemberObjects
POST /devices/{id}/checkMemberGroups
POST /devices/{id}/checkMemberObjects
POST /devices/{id}/getMemberGroups
POST /devices/{id}/getMemberObjects
POST /directory/deletedItems/getUserOwnedObjects
POST /directoryObjects/{id}/checkMemberGroups
POST /directoryObjects/{id}/checkMemberObjects
POST /directoryObjects/{id}/getMemberGroups
POST /directoryObjects/{id}/getMemberObjects
POST /directoryObjects/validateProperties
POST /groups/{groupId}/appRoleAssignments
POST /groups/{id}/checkMemberGroups
POST /groups/{id}/checkMemberObjects
POST /groups/{id}/getMemberGroups
POST /groups/{id}/getMemberObjects
POST /groups/{id}/validateProperties
POST /me/checkMemberGroups
POST /me/checkMemberObjects
POST /me/getMemberGroups
POST /me/getMemberObjects
POST /servicePrincipals/{id}/checkMemberGroups
POST /servicePrincipals/{id}/checkMemberObjects
POST /servicePrincipals/{id}/getMemberGroups
POST /servicePrincipals/{id}/getMemberObjects
POST /teams/{id}/schedule/openShifts
POST /users/{id | userPrincipalName}/checkMemberGroups
POST /users/{id | userPrincipalName}/checkMemberObjects
POST /users/{id | userPrincipalName}/getMemberGroups
POST /users/{id | userPrincipalName}/getMemberObjects
PUT /teams/{teamId}/schedule/timesOff/{timeOffId}
DELETE /groups/{id}/appRoleAssignments/{id}
Exact Microsoft Learn match

Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /admin/cloudLicensing/allotments/{allotmentId}
GET /admin/cloudLicensing/allotments/{allotmentId}/assignments
GET /admin/cloudLicensing/allotments/{allotmentId}/assignments/{assignmentId}
GET /admin/cloudLicensing/assignments
GET /admin/cloudLicensing/assignments/{assignmentId}
GET /admin/cloudLicensing/assignments/{assignmentId}/allotment
GET /chats/{chat-id}/messages/{message-id}
GET /chats/{chat-id}/messages/{message-id}/hostedContents
GET /chats/{chat-id}/messages/{message-id}/hostedContents/{hosted-content-id}
GET /contacts/{id}/directReports
GET /contacts/{id}/manager
GET /contacts/{id}/memberOf
GET /contacts/{id}/transitiveMemberOf
GET /drive/root/createdByUser/planner/plans
GET /drives/{drive-id}/items/{item-id}
GET /drives/{drive-id}/root:/{item-path}
GET /groups
GET /groups/{group-id}/drive/items/{item-id}
GET /groups/{group-id}/drive/root:/{item-path}
GET /groups/{group-id}/permissionGrants
GET /groups/{group-id}/planner/plans
GET /groups/{groupId}/cloudLicensing/assignments
GET /groups/{groupId}/cloudLicensing/assignments/{assignmentId}
GET /groups/{groupId}/cloudLicensing/assignments/{assignmentId}/allotment
GET /groups/{groupId}/cloudLicensing/usageRights
GET /groups/{groupId}/cloudLicensing/usageRights/{usageRightId}
GET /groups/{groupId}/cloudLicensing/usageRights/{usageRightId}/assignments
GET /groups/{groupId}/conversations/{conversationId}/threads/{threadId}/posts
GET /groups/{groupId}/settings
GET /groups/{groupId}/settings/{directorySettingId}
GET /groups/{groupId}/threads/{threadId}/posts
GET /groups/{id}
GET /groups/{id}/acceptedSenders
GET /groups/{id}/calendar/events
GET /groups/{id}/calendar/events/{id}
GET /groups/{id}/calendarView?startDateTime={startdatetime}&endDateTime={enddatetime}
GET /groups/{id}/conversations
GET /groups/{id}/conversations/{id}
GET /groups/{id}/conversations/{id}/threads
GET /groups/{id}/conversations/{id}/threads/{id}
GET /groups/{id}/conversations/{id}/threads/{id}/posts/{id}
GET /groups/{id}/conversations/{id}/threads/{id}/posts/{id}/attachments
GET /groups/{id}/endpoints
GET /groups/{id}/endpoints/{id}
GET /groups/{id}/events
GET /groups/{id}/events/{id}
GET /groups/{id}/memberOf
GET /groups/{id}/members
GET /groups/{id}/owners
GET /groups/{id}/photo
GET /groups/{id}/photo/$value
GET /groups/{id}/photos
GET /groups/{id}/photos/{size}
GET /groups/{id}/rejectedSenders
GET /groups/{id}/threads
GET /groups/{id}/threads/{id}
GET /groups/{id}/threads/{id}/posts/{id}
GET /groups/{id}/threads/{id}/posts/{id}/attachments
GET /groups/{id}/transitiveMemberOf
GET /groups/{id}/transitiveMembers
GET /groups/delta
GET /me/chats/{chat-id}/messages/{message-id}
GET /me/cloudLicensing/assignments/{assignmentId}
GET /me/cloudLicensing/assignments/{assignmentId}/allotment
GET /me/cloudLicensing/usageRights/{usageRightId}
GET /me/cloudLicensing/usageRights/{usageRightId}/assignments
GET /me/cloudLicensing/waitingMembers/{waitingMemberId}/allotment
GET /me/contactfolders/{contactFolderId}/contacts/{id}/photo
GET /me/contactfolders/{contactFolderId}/contacts/{id}/photo/$value
GET /me/contacts/{id}/photo
GET /me/contacts/{id}/photo/$value
GET /me/drive/items/{item-id}
GET /me/drive/root:/{item-path}
GET /me/photo
GET /me/photo/$value
GET /me/photos
GET /me/photos/{size}
GET /me/planner
GET /me/planner/all/delta
GET /me/planner/favoritePlans
GET /me/planner/plans
GET /me/planner/recentPlans
GET /me/planner/tasks
GET /me/transitiveMemberOf
GET /planner/buckets
GET /planner/buckets/{id}
GET /planner/buckets/{id}/tasks
GET /planner/plans
GET /planner/plans/{id}/details
GET /planner/plans/{plan-id}
GET /planner/plans/{plan-id}/buckets
GET /planner/plans/{plan-id}/tasks
GET /planner/tasks
GET /planner/tasks/{id}
GET /planner/tasks/{id}/assignedToTaskBoardFormat
GET /planner/tasks/{id}/bucketTaskBoardFormat
GET /planner/tasks/{id}/details
GET /planner/tasks/{id}/progressTaskBoardFormat
GET /policies/ownerlessGroupPolicy
GET /settings
GET /settings/{directorySettingId}
GET /sites/{siteId}/drive/items/{itemId}
GET /sites/{siteId}/drive/root:/{item-path}
GET /teams/{id}/channels/{id}/filesFolder
GET /teams/{id}/installedApps/{id}
GET /teams/{id}/photo
GET /teams/{id}/photo/$value
GET /teams/{id}/schedule/openShiftChangeRequests
GET /teams/{id}/schedule/openShiftChangeRequests/{openShiftsChangeRequestId}
GET /teams/{id}/schedule/openShifts
GET /teams/{id}/schedule/openShifts/{openShiftId}
GET /teams/{team-id}
GET /teams/{team-id}/channels
GET /teams/{team-id}/channels/{channel-id}
GET /teams/{team-id}/channels/{channel-id}/members
GET /teams/{team-id}/channels/{channel-id}/messages
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents/{hosted-content-id}
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies/{reply-id}
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies/{reply-id}/hostedContents
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies/{reply-id}/hostedContents/{hosted-content-id}
GET /teams/{team-id}/channels/{channel-id}/tabs
GET /teams/{team-id}/channels/{channel-id}/tabs/{tab-id}
GET /teams/{team-id}/installedApps
GET /teams/{teamId}/channels/{channelId}/filesFolder
GET /teams/{teamId}/schedule
GET /teams/{teamId}/schedule/offerShiftRequests/{offerShiftRequestId}
GET /teams/{teamId}/schedule/schedulingGroups
GET /teams/{teamId}/schedule/schedulingGroups/{schedulingGroupId}
GET /teams/{teamId}/schedule/shifts
GET /teams/{teamId}/schedule/shifts/{shiftId}
GET /teams/{teamId}/schedule/swapShiftsChangeRequests
GET /teams/{teamId}/schedule/timeOffReasons
GET /teams/{teamId}/schedule/timeOffReasons/{timeOffReasonId}
GET /teams/{teamId}/schedule/timeOffRequests
GET /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
GET /teams/{teamId}/schedule/timesOff
GET /teams/{teamId}/schedule/timesOff/{timeOffId}
GET /users/{id | userPrincipalName}/contactfolders/{contactFolderId}/contacts/{id}/photo
GET /users/{id | userPrincipalName}/contactfolders/{contactFolderId}/contacts/{id}/photo/$value
GET /users/{id | userPrincipalName}/contacts/{id}/photo
GET /users/{id | userPrincipalName}/contacts/{id}/photo/$value
GET /users/{id | userPrincipalName}/joinedGroups/{id}/photos
GET /users/{id | userPrincipalName}/photo
GET /users/{id | userPrincipalName}/photo/$value
GET /users/{id | userPrincipalName}/photos/{size}
GET /users/{id | userPrincipalName}/transitiveMemberOf
GET /users/{id}/planner
GET /users/{id}/planner/all/delta
GET /users/{id}/planner/favoritePlans
GET /users/{id}/planner/plans
GET /users/{id}/planner/recentPlans
GET /users/{id}/planner/tasks
GET /users/{user-id | user-principal-name}/chats/{chat-id}/messages/{message-id}
GET /users/{user-id | user-principal-name}/chats/{chat-id}/messages/{message-id}/hostedContents
GET /users/{user-id | user-principal-name}/chats/{chat-id}/messages/{message-id}/hostedContents/{hosted-content-id}
GET /users/{userId | userPrincipalName}/drive/items/{item-id}
GET /users/{userId | userPrincipalName}/drive/root:/{item-path}
GET /users/{userId}/cloudLicensing/assignments
GET /users/{userId}/cloudLicensing/assignments/{assignmentId}
GET /users/{userId}/cloudLicensing/assignments/{assignmentId}/allotment
GET /users/{userId}/cloudLicensing/usageRights/{usageRightId}
GET /users/{userId}/cloudLicensing/usageRights/{usageRightId}/assignments
GET /users/{userId}/cloudLicensing/waitingMembers/{waitingMemberId}/allotment
POST /contacts/{id}/checkMemberGroups
POST /contacts/{id}/checkMemberObjects
POST /contacts/{id}/getMemberGroups
POST /contacts/{id}/getMemberObjects
POST /devices/{id}/checkMemberGroups
POST /devices/{id}/checkMemberObjects
POST /devices/{id}/getMemberGroups
POST /devices/{id}/getMemberObjects
POST /directory/deletedItems/getUserOwnedObjects
POST /directoryObjects/{id}/checkMemberGroups
POST /directoryObjects/{id}/checkMemberObjects
POST /directoryObjects/{id}/getMemberGroups
POST /directoryObjects/{id}/getMemberObjects
POST /directoryObjects/validateProperties
POST /groups/{groupId}/appRoleAssignments
POST /groups/{id}/checkMemberGroups
POST /groups/{id}/checkMemberObjects
POST /groups/{id}/getMemberGroups
POST /groups/{id}/getMemberObjects
POST /groups/{id}/validateProperties
POST /me/checkMemberGroups
POST /me/checkMemberObjects
POST /me/getMemberGroups
POST /me/getMemberObjects
POST /servicePrincipals/{id}/checkMemberGroups
POST /servicePrincipals/{id}/checkMemberObjects
POST /servicePrincipals/{id}/getMemberGroups
POST /servicePrincipals/{id}/getMemberObjects
POST /teams/{id}/schedule/openShifts
POST /users/{id | userPrincipalName}/checkMemberGroups
POST /users/{id | userPrincipalName}/checkMemberObjects
POST /users/{id | userPrincipalName}/getMemberGroups
POST /users/{id | userPrincipalName}/getMemberObjects
PUT /teams/{teamId}/schedule/timesOff/{timeOffId}
DELETE /groups/{id}/appRoleAssignments/{id}
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell v1.0 commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgChatMessage /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgContactDirectReport /contacts/{id}/directReports
List directReports
Get-MgContactManager /contacts/{id}/manager
Get manager
Get-MgContactMemberOf /contacts/{id}/memberOf
List memberOf
Get-MgContactTransitiveMemberOf /contacts/{id}/transitiveMemberOf
List transitiveMemberOf
Get-MgDirectoryObjectMemberGroup /directoryObjects/{id}/getMemberGroups
directoryObject: getMemberGroups
Get-MgDirectoryObjectMemberObject /directoryObjects/{id}/getMemberObjects
directoryObject: getMemberObjects
Get-MgDriveRoot /drives/{drive-id}/items/{item-id}
Get driveItem
Get-MgGroup /groups
List groups
Get-MgGroup /groups/{id}
Get group
Get-MgGroupAcceptedSender /groups/{id}/acceptedSenders
List acceptedSenders
Get-MgGroupConversation /groups/{id}/conversations
List conversations
Get-MgGroupConversation /groups/{id}/conversations/{id}
Get conversation
Get-MgGroupConversation /groups/{id}/conversations/{id}
Get conversation
Get-MgGroupConversationThread /groups/{id}/conversations/{id}/threads
List threads
Get-MgGroupDelta /groups/delta
group: delta
Get-MgGroupEvent /groups/{id}/events
List events
Get-MgGroupEvent /groups/{id}/events/{id}
Get event
Get-MgGroupMember /groups/{id}/members
List group members
Get-MgGroupMemberAsUser /groups/{id}/members
List group members
Get-MgGroupMemberCount /groups/{id}/members
List group members
Get-MgGroupMemberCountAsUser /groups/{id}/members
List group members
Get-MgGroupMemberOf /groups/{id}/memberOf
List group memberships
Get-MgGroupMemberOfAsGroup /groups/{id}/memberOf
List group memberships
Get-MgGroupOwner /groups/{id}/owners
List group owners
Get-MgGroupPermissionGrant /groups/{group-id}/permissionGrants
List permissionGrants of a group
Get-MgGroupPhoto /groups/{id}/photos
List photos
Get-MgGroupPlannerPlan /groups/{group-id}/planner/plans
List plans
Get-MgGroupRejectedSender /groups/{id}/rejectedSenders
List rejectedSenders
Get-MgGroupSetting /groupSettings
List settings
Get-MgGroupSetting /groupSettings/{groupSettingId}
Get groupSetting
Get-MgGroupThread /groups/{id}/threads
List threads
Get-MgGroupThread /groups/{id}/threads/{id}
Get conversation thread
Get-MgGroupThread /groups/{id}/threads/{id}
Get conversationThread
Get-MgGroupThreadPost /groups/{groupId}/threads/{threadId}/posts
List posts
Get-MgGroupThreadPost /groups/{id}/threads/{id}/posts/{id}
Get post
Get-MgGroupThreadPostAttachment /groups/{id}/threads/{id}/posts/{id}/attachments
List attachments
Get-MgGroupTransitiveMember /groups/{id}/transitiveMembers
List group transitive members
Get-MgGroupTransitiveMemberAsGroup /groups/{id}/transitiveMembers
List group transitive members
Get-MgGroupTransitiveMemberAsUser /groups/{id}/transitiveMembers
List group transitive members
Get-MgGroupTransitiveMemberOf /groups/{id}/transitiveMemberOf
List group transitive memberOf
Get-MgPlannerBucket /planner/buckets
List buckets
Get-MgPlannerBucket /planner/buckets/{id}
Get plannerBucket
Get-MgPlannerBucketTask /planner/buckets/{id}/tasks
List tasks
Get-MgPlannerPlan /planner/plans
List plans
Get-MgPlannerPlan /planner/plans/{plan-id}
Get plannerPlan
Get-MgPlannerPlanBucket /planner/plans/{plan-id}/buckets
List buckets
Get-MgPlannerPlanDetail /planner/plans/{id}/details
Get plannerPlanDetails
Get-MgPlannerPlanTask /planner/plans/{plan-id}/tasks
List tasks
Get-MgPlannerTask /planner/tasks
List plannerTask objects
Get-MgPlannerTask /planner/tasks/{id}
Get plannerTask
Get-MgPlannerTaskAssignedToTaskBoardFormat /planner/tasks/{id}/assignedToTaskBoardFormat
Get plannerAssignedToTaskBoardTaskFormat
Get-MgPlannerTaskBucketTaskBoardFormat /planner/tasks/{id}/bucketTaskBoardFormat
Get plannerBucketTaskBoardTaskFormat
Get-MgPlannerTaskDetail /planner/tasks/{id}/details
Get plannerTaskDetails
Get-MgPlannerTaskProgressTaskBoardFormat /planner/tasks/{id}/progressTaskBoardFormat
Get plannerProgressTaskBoardTaskFormat
Get-MgTeam /teams/{team-id}
Get team
Get-MgTeamChannel /teams/{team-id}/channels
List channels
Get-MgTeamChannel /teams/{team-id}/channels/{channel-id}
Get channel
Get-MgTeamChannelFileFolder /teams/{id}/channels/{id}/filesFolder
Get filesFolder
Get-MgTeamChannelMessage /teams/{team-id}/channels/{channel-id}/messages
List channel messages
Get-MgTeamChannelMessage /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgTeamChannelMessageReply /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgTeamChannelMessageReply /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies
List channel message replies
Get-MgTeamChannelTab /teams/{id}/channels/{id}/tabs
List tabs in channel
Get-MgTeamChannelTab /teams/{team-id}/channels/{channel-id}/tabs/{tab-id}
Get tab in channel
Get-MgTeamInstalledApp /teams/{id}/installedApps/{id}
Get installed app in team
Get-MgTeamInstalledApp /teams/{team-id}/installedApps
List apps in team
Get-MgTeamPhoto /me/photo/$value
Get profilePhoto
Get-MgTeamPhotoContent /me/photo/$value
Get profilePhoto
Get-MgTeamSchedule /teams/{teamId}/schedule
Get schedule
Get-MgTeamScheduleOfferShiftRequest /teams/{teamId}/schedule/offerShiftRequests/{offerShiftRequestId}
Get offerShiftRequest
Get-MgTeamScheduleOpenShift /teams/{id}/schedule/openShifts
List openShifts
Get-MgTeamScheduleOpenShift /teams/{id}/schedule/openShifts/{openShiftId}
Get openShift
Get-MgTeamScheduleOpenShiftChangeRequest /teams/{id}/schedule/openShiftChangeRequests
List openShiftChangeRequests
Get-MgTeamScheduleOpenShiftChangeRequest /teams/{id}/schedule/openShiftChangeRequests/{openShiftsChangeRequestId}
Get openShiftChangeRequest
Get-MgTeamScheduleSchedulingGroup /teams/{teamId}/schedule/schedulingGroups
List schedulingGroups
Get-MgTeamScheduleSchedulingGroup /teams/{teamId}/schedule/schedulingGroups/{schedulingGroupId}
Get schedulingGroup
Get-MgTeamScheduleShift /teams/{teamId}/schedule/shifts
List shifts
Get-MgTeamScheduleShift /teams/{teamId}/schedule/shifts/{shiftId}
Get shift
Get-MgTeamScheduleSwapShiftChangeRequest /teams/{teamId}/schedule/swapShiftsChangeRequests
Get swapShiftsChangeRequest
Get-MgTeamScheduleSwapShiftChangeRequest /teams/{teamId}/schedule/swapShiftsChangeRequests
List swapShiftsChangeRequest
Get-MgTeamScheduleTimeOff /teams/{teamId}/schedule/timesOff
List timesOff
Get-MgTeamScheduleTimeOff /teams/{teamId}/schedule/timesOff/{timeOffId}
Get timeOff
Get-MgTeamScheduleTimeOffReason /teams/{teamId}/schedule/timeOffReasons
List timeOffReasons
Get-MgTeamScheduleTimeOffReason /teams/{teamId}/schedule/timeOffReasons/{timeOffReasonId}
Get timeOffReason
Get-MgTeamScheduleTimeOffRequest /teams/{teamId}/schedule/timeOffRequests
List timeOffRequest
Get-MgTeamScheduleTimeOffRequest /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
Get timeOffRequest
Get-MgUserMemberGroup /directoryObjects/{id}/getMemberGroups
directoryObject: getMemberGroups
Get-MgUserPhoto /me/photo/$value
Get profilePhoto
Get-MgUserPhotoContent /me/photo/$value
Get profilePhoto
Get-MgUserPlannerPlan /me/planner/plans
List plans
Get-MgUserPlannerTask /me/planner/tasks
List tasks
Get-MgUserTransitiveMemberOf /me/transitiveMemberOf
List a user's memberships (direct and transitive)
New-MgGroupAppRoleAssignment /groups/{groupId}/appRoleAssignments
Grant an appRoleAssignment to a group
New-MgTeamScheduleOpenShift /teams/{id}/schedule/openShifts
Create openShift
Remove-MgGroupAppRoleAssignment /groups/{id}/appRoleAssignments/{id}
Delete appRoleAssignment
Test-MgDirectoryObjectProperty /directoryObjects/validateProperties
directoryObject: validateProperties
Test-MgGroupProperty /groups/{id}/validateProperties
group: validateProperties
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell beta commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgBetaChatMessage /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgBetaChatMessageHostedContent /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents
List hostedContents
Get-MgBetaChatMessageHostedContent /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents/{hosted-content-id}
Get chatMessageHostedContent
Get-MgBetaContactDirectReport /contacts/{id}/directReports
orgContact: List directReports
Get-MgBetaContactManager /contacts/{id}/manager
orgContact: Get manager
Get-MgBetaContactMemberOf /contacts/{id}/memberOf
orgContact: List memberOf
Get-MgBetaContactTransitiveMemberOf /contacts/{id}/transitiveMemberOf
List transitiveMemberOf
Get-MgBetaDirectoryObjectMemberGroup /directoryObjects/{id}/getMemberGroups
directoryObject: getMemberGroups
Get-MgBetaDirectorySetting /settings
List settings
Get-MgBetaDirectorySetting /settings/{directorySettingId}
Get directorySetting
Get-MgBetaDriveRoot /drives/{drive-id}/items/{item-id}
Get driveItem
Get-MgBetaGroup /groups
List groups
Get-MgBetaGroup /groups/{id}
Get group
Get-MgBetaGroupAcceptedSender /groups/{id}/acceptedSenders
List acceptedSenders
Get-MgBetaGroupConversation /groups/{id}/conversations
List conversations
Get-MgBetaGroupConversation /groups/{id}/conversations/{id}
Get conversation
Get-MgBetaGroupConversation /groups/{id}/conversations/{id}
Get conversation
Get-MgBetaGroupConversationThread /groups/{id}/conversations/{id}/threads
List threads
Get-MgBetaGroupDelta /groups/delta
group: delta
Get-MgBetaGroupEndpoint /groups/{id}/endpoints
List endpoints
Get-MgBetaGroupEndpoint /groups/{id}/endpoints/{id}
Get endpoint
Get-MgBetaGroupEvent /groups/{id}/events
List events
Get-MgBetaGroupEvent /groups/{id}/events/{id}
Get event
Get-MgBetaGroupMember /groups/{id}/members
List group members
Get-MgBetaGroupMemberAsServicePrincipal /groups/{id}/members
List group members
Get-MgBetaGroupMemberAsUser /groups/{id}/members
List group members
Get-MgBetaGroupMemberOf /groups/{id}/memberOf
List group memberships
Get-MgBetaGroupMemberOfAsGroup /groups/{id}/memberOf
List group memberships
Get-MgBetaGroupOwner /groups/{id}/owners
List group owners
Get-MgBetaGroupPermissionGrant /groups/{group-id}/permissionGrants
List permissionGrants of a group
Get-MgBetaGroupPhoto /groups/{id}/photos
List photos
Get-MgBetaGroupPlannerPlan /groups/{group-id}/planner/plans
List plans
Get-MgBetaGroupRejectedSender /groups/{id}/rejectedSenders
List rejectedSenders
Get-MgBetaGroupThread /groups/{id}/threads
List threads
Get-MgBetaGroupThread /groups/{id}/threads/{id}
Get conversation thread
Get-MgBetaGroupThread /groups/{id}/threads/{id}
Get conversationThread
Get-MgBetaGroupThreadPost /groups/{groupId}/threads/{threadId}/posts
List posts
Get-MgBetaGroupThreadPost /groups/{id}/threads/{id}/posts/{id}
Get post
Get-MgBetaGroupThreadPostAttachment /groups/{id}/threads/{id}/posts/{id}/attachments
List attachments
Get-MgBetaGroupTransitiveMember /groups/{id}/transitiveMembers
List group transitive members
Get-MgBetaGroupTransitiveMemberAsGroup /groups/{id}/transitiveMembers
List group transitive members
Get-MgBetaGroupTransitiveMemberAsUser /groups/{id}/transitiveMembers
List group transitive members
Get-MgBetaGroupTransitiveMemberOf /groups/{id}/transitiveMemberOf
List group transitive memberOf
Get-MgBetaPlannerBucket /planner/buckets
List buckets
Get-MgBetaPlannerBucket /planner/buckets/{id}
Get plannerBucket
Get-MgBetaPlannerBucketTask /planner/buckets/{id}/tasks
List plannerTask objects for a plannerBucket
Get-MgBetaPlannerPlan /planner/plans
List plans
Get-MgBetaPlannerPlan /planner/plans/{plan-id}
Get plannerPlan
Get-MgBetaPlannerPlanBucket /planner/plans/{plan-id}/buckets
List buckets
Get-MgBetaPlannerPlanDetail /planner/plans/{id}/details
Get plannerPlanDetails
Get-MgBetaPlannerPlanTask /planner/plans/{plan-id}/tasks
List tasks
Get-MgBetaPlannerTask /planner/tasks
List plannerTask objects
Get-MgBetaPlannerTask /planner/tasks/{id}
Get plannerTask
Get-MgBetaPlannerTaskAssignedToTaskBoardFormat /planner/tasks/{id}/assignedToTaskBoardFormat
Get plannerAssignedToTaskBoardTaskFormat
Get-MgBetaPlannerTaskBucketTaskBoardFormat /planner/tasks/{id}/bucketTaskBoardFormat
Get plannerBucketTaskBoardTaskFormat
Get-MgBetaPlannerTaskDetail /planner/tasks/{id}/details
Get plannerTaskDetails
Get-MgBetaPlannerTaskProgressTaskBoardFormat /planner/tasks/{id}/progressTaskBoardFormat
Get plannerProgressTaskBoardTaskFormat
Get-MgBetaTeam /teams/{team-id}
Get team
Get-MgBetaTeamChannel /teams/{team-id}/channels
List channels
Get-MgBetaTeamChannel /teams/{team-id}/channels/{channel-id}
Get channel
Get-MgBetaTeamChannelFileFolder /teams/{id}/channels/{id}/filesFolder
Get filesFolder
Get-MgBetaTeamChannelMessage /teams/{team-id}/channels/{channel-id}/messages
List channel messages
Get-MgBetaTeamChannelMessage /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgBetaTeamChannelMessageHostedContent /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents
List hostedContents
Get-MgBetaTeamChannelMessageReply /teams/{team-id}/channels/{channel-id}/messages/{message-id}
Get chatMessage in a channel or chat
Get-MgBetaTeamChannelMessageReply /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies
List channel message replies
Get-MgBetaTeamChannelMessageReplyHostedContent /teams/{team-id}/channels/{channel-id}/messages/{message-id}/hostedContents
List hostedContents
Get-MgBetaTeamChannelTab /teams/{team-id}/channels/{channel-id}/tabs
List tabs in channel
Get-MgBetaTeamInstalledApp /teams/{id}/installedApps/{id}
Get installed app in team
Get-MgBetaTeamInstalledApp /teams/{team-id}/installedApps
List apps in team
Get-MgBetaTeamSchedule /teams/{teamId}/schedule
Get schedule
Get-MgBetaTeamScheduleOfferShiftRequest /teams/{teamId}/schedule/offerShiftRequests/{offerShiftRequestId}
Get offerShiftRequest
Get-MgBetaTeamScheduleOpenShift /teams/{id}/schedule/openShifts
List openShifts
Get-MgBetaTeamScheduleOpenShift /teams/{id}/schedule/openShifts/{openShiftId}
Get openShift
Get-MgBetaTeamScheduleOpenShiftChangeRequest /teams/{id}/schedule/openShiftChangeRequests
List openShiftChangeRequests
Get-MgBetaTeamScheduleOpenShiftChangeRequest /teams/{id}/schedule/openShiftChangeRequests/{openShiftsChangeRequestId}
Get openShiftChangeRequest
Get-MgBetaTeamScheduleSchedulingGroup /teams/{teamId}/schedule/schedulingGroups
List schedulingGroups
Get-MgBetaTeamScheduleSchedulingGroup /teams/{teamId}/schedule/schedulingGroups/{schedulingGroupId}
Get schedulingGroup
Get-MgBetaTeamScheduleShift /teams/{teamId}/schedule/shifts
List shifts
Get-MgBetaTeamScheduleShift /teams/{teamId}/schedule/shifts/{shiftId}
Get shift
Get-MgBetaTeamScheduleSwapShiftChangeRequest /teams/{teamId}/schedule/swapShiftsChangeRequests
Get swapShiftsChangeRequest
Get-MgBetaTeamScheduleSwapShiftChangeRequest /teams/{teamId}/schedule/swapShiftsChangeRequests
List swapShiftsChangeRequest
Get-MgBetaTeamScheduleTimeOff /teams/{teamId}/schedule/timesOff
List timesOff
Get-MgBetaTeamScheduleTimeOff /teams/{teamId}/schedule/timesOff/{timeOffId}
Get timeOff
Get-MgBetaTeamScheduleTimeOffReason /teams/{teamId}/schedule/timeOffReasons
List timeOffReasons
Get-MgBetaTeamScheduleTimeOffReason /teams/{teamId}/schedule/timeOffReasons/{timeOffReasonId}
Get timeOffReason
Get-MgBetaTeamScheduleTimeOffRequest /teams/{teamId}/schedule/timeOffRequests
List timeOffRequests
Get-MgBetaTeamScheduleTimeOffRequest /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
Get timeOffRequest
Get-MgBetaUserMemberGroup /directoryObjects/{id}/getMemberGroups
directoryObject: getMemberGroups
Get-MgBetaUserMemberObject /directoryObjects/{id}/getMemberObjects
directoryObject: getMemberObjects
Get-MgBetaUserPlanner /me/planner
Get plannerUser
Get-MgBetaUserPlannerAllDelta /me/planner/all/delta
Planner: delta
Get-MgBetaUserPlannerFavoritePlan /me/planner/favoritePlans
List favoritePlans
Get-MgBetaUserPlannerPlan /me/planner/plans
List plans
Get-MgBetaUserPlannerRecentPlan /me/planner/recentPlans
List recentPlans
Get-MgBetaUserPlannerTask /me/planner/tasks
List tasks
Get-MgBetaUserTransitiveMemberOf /me/transitiveMemberOf
List a user's memberships (direct and transitive)
New-MgBetaGroupAppRoleAssignment /groups/{groupId}/appRoleAssignments
Grant an appRoleAssignment to a group
New-MgBetaTeamScheduleOpenShift /teams/{id}/schedule/openShifts
Create openShift
Remove-MgBetaGroupAppRoleAssignment /groups/{id}/appRoleAssignments/{id}
Delete appRoleAssignment
Test-MgBetaDirectoryObjectProperty /directoryObjects/validateProperties
directoryObject: validateProperties
Test-MgBetaGroupProperty /groups/{id}/validateProperties
group: validateProperties

Code Examples

C# / .NET SDK
Delete appRoleAssignment
// Code snippets are only available for the latest version. Current version is 5.x

// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
await graphClient.Groups["{group-id}"].AppRoleAssignments["{appRoleAssignment-id}"].DeleteAsync();
JavaScript
Delete appRoleAssignment
const options = {
	authProvider,
};

const client = Client.init(options);

await client.api('/groups/{id}/appRoleAssignments/{id}')
	.delete();
PowerShell
Delete appRoleAssignment
Import-Module Microsoft.Graph.Applications

Remove-MgGroupAppRoleAssignment -GroupId $groupId -AppRoleAssignmentId $appRoleAssignmentId
Python
Delete appRoleAssignment
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python

await graph_client.groups.by_group_id('group-id').app_role_assignments.by_app_role_assignment_id('appRoleAssignment-id').delete()

App Registration

1

Navigate to Azure Portal

Go to App registrations in Microsoft Entra admin center

2

Add API Permission

Select your app → API permissions → Add a permission → Microsoft Graph

3

Select Permission Type

Choose Application permissions or delegated permissions and search for Group.Read.All

4

Grant Admin Consent

Application permissions always require admin consent.