cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/users/{userId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "network_affiliate_user_id": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>", "status": "<string>" }
Returns details for a specific user under the authenticated affiliate’s account by their user ID.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
The numeric ID of the affiliate user.
OK
Unique identifier for the affiliate user.
User's email address.
User's first name.
User's last name.
User account status.
Was this page helpful?