Assigns an admin to an event.
cURL
curl --request POST \ --url https://api.roostedhr.com/api/1_12/events/{id}/admins \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "personnel_id": 123 } '
200
personnel_id
Event ID
ID of the admin user to assign to this event.
OK