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

[QA] Add API test coverage for listing (searching) other users by a normal user #7944

Closed
10 tasks done
saw-jan opened this issue Dec 12, 2023 · 0 comments
Closed
10 tasks done
Assignees
Labels

Comments

@saw-jan
Copy link
Member

saw-jan commented Dec 12, 2023

Description

Regular users can search for other users and groups. The following limitations
apply:

  • Only search queries are allowed (using the ?$search=<term> query parameter)
  • The search term needs to have at least 3 characters
  • For user searches the result set only contains the attributes displayName, mail, userType and id
  • For group searches the result set only contains the attributes displayName, groupType and id
  • Disabled users should not be listed (SharingNg. sharing invitation  #7962 (comment))

Endpoint:

GET /graph/v1.0/(users|groups)?$search=<search-term>

User : Test cases (search by):

Group : Test cases (search by):

Related issues:

Port PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants