How to set data in fields to get idenities having connection in get user by email API

user by email

how to get “identities” with “connection” only using this api?

Hi @pollpapa,

The following CURL example command works for this purpose. You need to specify the Field(s) to include, and set include_fields to True.

curl -H "Authorization: Bearer your_bearer_token" https://<tenant.location>.auth0.com/api/v2/users-by-email?fields=identities&include_fields=true&email=<user's email address>

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.