Without id/email, returns a paginated list of members. If id or email is provided, returns a single member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If provided, returns the member with this ID instead of a list.
If provided (and id not given), returns the member with this email instead of a list.