Skip to content

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

Open
@JTPenn-EG

Description

@JTPenn-EG

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

-

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions