Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter List Users #2584

Closed
guptasakshi01 opened this issue May 18, 2018 · 2 comments
Closed

Filter List Users #2584

guptasakshi01 opened this issue May 18, 2018 · 2 comments

Comments

@guptasakshi01
Copy link

guptasakshi01 commented May 18, 2018

Python Module Used:- azure-graphrbac

How to use filter option while listing O365 users using following method:-
list(filter=None, custom_headers=None, raw=False, **operation_config) ?

We are not able to filter using this:-
client.users.list(filter=<display_name>)

@annatisch
Copy link
Member

Hi @guptasakshi01 - could you try using syntax along the lines of:
filter='startswith(displayName,\'some_name\')'

@lmazuel lmazuel closed this as completed May 29, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants