Skip to main content
GET
/
events
/
{id}
/
admins
Get Event Admins
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/events/{id}/admins \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "email": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the list of admins assigned to the event. Admins can manage shifts, staffing, and time tracking for their assigned events.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Event ID

Response

OK

id
integer
name
string
email
string