cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/users \ --header 'X-Eflow-Api-Key: <api-key>'
[ { "network_affiliate_user_id": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>", "status": "<string>" } ]
Returns all users under the authenticated affiliate’s account. Each user has their own login credentials and may have different permission levels.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
OK
Unique identifier for the affiliate user.
User's email address.
User's first name.
User's last name.
User account status (e.g. active, disabled).
Was this page helpful?