v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

idinteger required

The user id.

namestring required

Name of the user. If the user has no set name, the API falls back to using the user's username (if they have one) or email (if neither name or username is set).

Example response

[
  {
    "id": 50,
    "name": "User"
  }
]