List Event Invitees
Returns a list of Invitees for an event.
<Info title="Required scopes">
> `scheduled_events:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Path parameters
uuid
Query parameters
status
Indicates if the invitee "canceled" or still "active"
Allowed values:
sort
Order results by the created_at field and direction specified: ascending (“asc”) or descending (“desc”)
email
Indicates if the results should be filtered by email address
page_token
The token to pass to get the next or previous portion of the collection
count
The number of rows to return
Response
OK
collection
The set of event invitees matching the criteria
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error