users
Gets the list of unique users who have purchased content by the given user
get/users/{id}/purchasers
Path parameters
idstring required
A User ID
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
content_typestring
Type of content to filter by (track or album)
content_idstring
Filters for users who have purchased the given track or album ID
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.