-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
priority:p2Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 daysMedium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 daysstatus:needs-discussionAn issue that requires more discussion internally before resolvingAn issue that requires more discussion internally before resolvingtype:enhancementEnhancement request targeting an existing experience.Enhancement request targeting an existing experience.
Milestone
Description
Related to microsoftgraph/msgraph-sdk-dotnet#2243
From the documentation at https://learn.microsoft.com/en-us/graph/api/directoryrole-list-members?view=graph-rest-1.0&tabs=http#example-2-get-the-members-of-a-directory-role-using-roletemplateid
It should be possible to list the members of a directoryRole using id or using the roleTemplateId alternate key.
GET /directoryRoles/{role-id}/members
GET /directoryRoles(roleTemplateId='{roleTemplateId}')/membersAt moment we do not expand paths with alternate keys even though they may have contained navigation properties. As these maybe be valid paths, we will need to investigate the validity and impact on path expansion across other paths.
ForNeVeR and glebasosSemptra
Metadata
Metadata
Assignees
Labels
priority:p2Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 daysMedium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 daysstatus:needs-discussionAn issue that requires more discussion internally before resolvingAn issue that requires more discussion internally before resolvingtype:enhancementEnhancement request targeting an existing experience.Enhancement request targeting an existing experience.