Skip to content

Add 'include' and 'excludeKey' to user endpoints #8095

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

Open
3 tasks done
JTPenn-EG opened this issue Jul 4, 2022 · 2 comments
Open
3 tasks done

Add 'include' and 'excludeKey' to user endpoints #8095

JTPenn-EG opened this issue Jul 4, 2022 · 2 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@JTPenn-EG
Copy link

JTPenn-EG commented Jul 4, 2022

New Feature / Enhancement Checklist

Current Limitation

Some user endpoints like login/signup and retrieving current user ("users/me") do not support basic query parameters such as 'include' and 'excludeKey'.
For example https://parseserver.com/parse/users/me?include=className would return the same response exactly as https://parseserver.com/parse/users/me
I believe this behavior also happens in the login/signup endpoints.

Feature / Enhancement Description

Add support for these keys in these endpoints.

Example Use Case

You may have a user that has a pointer to some class and you want to retrieve that pointer's field data along with the user..

Alternatives / Workarounds

There are none

3rd Party References

-

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jul 4, 2022

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@dblythy
Copy link
Member

dblythy commented Jul 4, 2022

Related: #288 #4845

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants