Returns an array of users who have access to an EventSchedule

Errors

Code Description
404 Event schedule not found

Examples

[
  {
    "id": 836622,
    "user_id": null,
    "email": "cdt@novackmacey.com",
    "name": null,
    "invited_at": "2021-04-12T12:03:07.000-04:00"
  },
  {
    "id": 836623,
    "user_id": null,
    "email": "HGriffin@novackmacey.com",
    "name": null,
    "invited_at": null
  },
]

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

ID of the event schedule

Validations:

  • Must be a Integer