Using this API, you can provide attendee access to speakers so they can also join the platform as an attendee.
To call this API you need to send speakers' ID as id
and event URL in path parameter. Also, you need to pass isAllowAttendeeAccess
as true
/ false
and ticketTypeIds
as the comma-separated values of ticket id as string in query parameter.
For ticket IDs sent in ticketTypeIds
this API will grant or revoke attendee access from the speaker for that particular tickets.
We need to pass the authentication key to authenticate users and it will require super admin, event admin, event staff level access.
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
speakerOrder | Its contain is speaker order or not. |
ticketTypeId | It's contains a list of ticketing type ID's. |
userId | It's contain speaker user ID. |
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |