Get a list of all users that have created events

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

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

eventCreatorsSchema
idinteger
The user id.
namestring

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).

Errors