Assign Attendee Access To Exhibitor Staff

Using this API you can allow the staff to use the platform as an attendee.

To grant/revoke attendee access you need to pass the isAllowAttendeeAccess as true/false respective. There are some restrictions on event/ticket type to grant attendee access to the staff as given below:

  1. You can give attendees access for free ticket type only.
  2. For the Hybrid event type, you can not give attendees access to the staff for the In-person ticket.

Only authorized users can use this API and require event admin, event staff, and super admin access.

Here is the description of response attributes, which return in the form of JSON.

AttributeDescription
userIdThe unique ID of each user. It will be generated automatically when a new user is created.
ticketTypeId The unique ID of each ticket type Id. It will be generated automatically when a new ticket type is created for the event.
staffOrderif the staff joins as an attendee then this returns true else returns false.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4040200Event Not Found
4060537Users do not select any tickets
Language
Authorization
Header
Click Try It! to start a request and see the response here!