v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBAffiliate Users
List Affiliate Users
get/networks/affiliates/{affiliateId}/users
Path parameters
affiliateIdinteger required
The ID of the affiliate whose users 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 users' list of logins), password_history (includes the users' password changes history), api (includes the users' API key and whitelisted IPs), affiliate_status (includes the status of the affiliate to which the user belongs), customizations (includes the users' customizations).
Response
Example response
{
"users": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
]
}