cURL
curl --request POST \ --url https://api.embedads.com/advertisers/{advertiserID}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "role": "<string>" } '
[ { "advertiser_id": 1, "email": "email@example.com", "created_at": "2020-01-01T00:00:00Z", "role": "ADMIN" } ]
Grants someone access to the Advertiser’s account in the admin portal. You can also do this manually on the Advertiser’s Users page in the admin portal. The API does not currently email/inform the user that they have been added.
ADMIN