Skip to main content

Get a list of all users that have created events

GET 

/api/admin/event-creators

Returns a list of all users that have created events in the system.

Responses

eventCreatorsSchema

Schema

  • Array [

  • id integerrequired

    The user id.

    Example: 50
    name stringrequired

    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: User
  • ]

Loading...