{
"user": {
"email": "john.doe@gmail.com",
"id": 123
}
}
Find a user using its email address. In order to authenticate the request, a valid
OAuth2 token must be provided. The token must be generated
with client_credentials
grant type.
The token must have the following scopes:
users
capital_deposits
OR companies:all
ℹ️ This endpoint requires one of the following scopes:
users
,capital_deposits
,companies:all
{
"user": {
"email": "john.doe@gmail.com",
"id": 123
}
}
(Required) Email of the user to find. The email must be URL encoded.
"john.doe@gmail.com"
User was found
The response is of type object
.