microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Get List of Users With Recording Policy Assigned?
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
Is there a way (from a C# application) to get the list of users that have a recording policy assigned?
The GraphAPI allows us to pull out the list of Teams users for a tenant, e.g.:
var usersPage = await graphServiceClient.Users.Request().Filter("accountEnabled eq true").GetAsync();
but I can't see any way to only find users that have a recording policy.
Is there any "magic" attribute that can be used to filter the user list, or is there another API that would return this information?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the GraphAPI user-listing request shown in the issue and investigate whether recording-policy assignments are exposed as a filterable user attribute or through another API. Done means documenting a confirmed supported approach, or clearly establishing that the requested user list is not available through the mentioned APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100