cURL
curl --request GET \ --url https://api.embedads.com/advertisers/{advertiserID}/users \ --header 'Authorization: Bearer <token>'
[ { "advertiser_id": 1, "email": "email@example.com", "created_at": "2020-01-01T00:00:00Z", "role": "ADMIN" } ]
List of users who can access the Advertiser’s account in the admin portal. You can also view this on the Advertiser’s Users page in the admin portal.
ADMIN