Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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