microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Components should support setting the headers values

Open sebastienlevert opened this issue 2 years ago • 1 comments

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

sebastienlevert avatar Jun 17 '22 15:06 sebastienlevert

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 🙌

ghost avatar Jun 17 '22 15:06 ghost

@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

ITAndy23 avatar May 01 '23 18:05 ITAndy23

Not yet. We're still investigating how we will be managing this in an efficient manner. What it the scenario you are after?

sebastienlevert avatar May 09 '23 14:05 sebastienlevert

@sebastienlevert The scenario is to filter out guest accounts from our people pickers

ITAndy23 avatar Jul 13 '23 12:07 ITAndy23