Events
Get a list of all users that have created events
Returns a list of all users that have created events in the system.
get/api/admin/event-creators
Response
eventCreatorsSchema
Example response
[
{
"id": 50,
"name": "User"
}
]Returns a list of all users that have created events in the system.
eventCreatorsSchema
[
{
"id": 50,
"name": "User"
}
]