GET
/
api
/
external
/
v2
/
users
/
find
Find user
curl --request GET \
  --url https://app.pennylane.com/api/external/v2/users/find \
  --header 'Authorization: Bearer <token>'
{
  "user": {
    "id": 123,
    "email": "[email protected]"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

email
string<email>
required

Email of the user to find. The email must be URL encoded.

Response

User was found

user
object
required

Details of the user