GET
/
api
/
external
/
v2
/
users
/
find
{
  "user": {
    "email": "john.doe@gmail.com",
    "id": 123
  }
}

Query Parameters

email
string

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

Example:

"john.doe@gmail.com"

Response

200
application/json

User was found

The response is of type object.