microsoft-graph-toolkit
microsoft-graph-toolkit copied to clipboard
Components should support setting the headers values
Proposal: Components should support setting the headers values
Description
To support scenarios like #1709, we would love to support setting headers values like ConsistencyLevel = Eventual
Hello sebastienlevert, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
@sebastienlevert Hi,
Seeing if Headers has been added?
When i add Guest filter to my people component it doesn't work:
userFilters="userType ne 'Guest'"
The resulting graph call might look something like this:
https://graph.microsoft.com/v1.0/users?$top=6&$filter=userType%20ne%20%27Guest%27
Error on network tab of dev tools for this call:
Unsupported or invalid query filter clause specified for property 'userType' of resource 'User'.
Thanks
Not yet. We're still investigating how we will be managing this in an efficient manner. What it the scenario you are after?
@sebastienlevert The scenario is to filter out guest accounts from our people pickers