Skip to main content

Get a list of all users that have created events

GET 

<your-unleash-url>/api/admin/event-creators

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

Responses

eventCreatorsSchema

Schema
  • Array [
  • idintegerrequired

    The user id.

    Example: 50
    namestringrequired

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

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/event-creators' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!