Webhook: null email

Hi,

The payload we receive for when a member:create is triggered contains a null value email.

Even when querying the API using the user id returns a null value email. https://www.patreon.com/api/oauth2/v2/members/{member_id}

The email is required for us to create task on our app.

How do we retrieve the email address from a follower?

Thanks!

Are you querying the api with identity.email scope on that token? Or using creator’s access token? Also check if you are specifically asking the field in the call.