microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Get List of Users With Recording Policy Assigned?

Open
#483 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.