v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBAffiliate Users
Get Affiliate User
Retrieve a single affiliate user by their user ID.
get/networks/affiliates/{affiliateId}/users/{userId}
Path parameters
affiliateIdinteger required
The ID of the affiliate whose user you want to fetch.
userIdinteger required
The ID of the user you want to fetch.
Query parameters
relationship'logins' | 'password_history' | 'api' | 'affiliate_status' | 'customizations'
Include additional related data in the response. Multiple relationships can be supplied by repeating the relationship query parameter. Supported values: logins (includes the user's list of logins), password_history (includes the user's password changes history), api (includes the user's API key and whitelisted IPs), affiliate_status (includes the status of the affiliate to which the user belongs), customizations (includes the user's customizations).
Response
Example response
{
"time_created": 1734455015,
"time_saved": 1734455015
}