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
id
The user id.
name
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
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error