Returns the list of admins assigned to an event.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/events/{id}/admins \ --header 'X-API-KEY: <api-key>'
200
Example
[ { "id": 123, "name": "<string>", "email": "<string>" } ]
Event ID
OK