cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/search_users \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
{ "users": [ { "external_id": "<string>" } ] }
Search for users by email address.
Organization ID
1024
Show child attributes
Was this page helpful?