Update attendee's status for session

Using this API you can update the attendee's status for a particular session. It will help to track the attendee's current status for sessions.

To call this API, you have to pass eventurl, id as path parameters. Also, need to send status as a query parameter.

Following are the different values that can be set for status:

REGISTERED - Attendee has registered/bookmarked the session
CHECK_IN_AVAILABLE - Attendee is available for a networking session
IN_MEETING - Attendee is currently in a session
LEFT - Attendee has left the session
PAST_SESSION_CHECK_IN - Attendee has registered for a past session to see the recorded session if available

This API can be used by authenticated users only, and it will require super admin/event admin/event staff/attendee access.

Here is the description of response attributes, which returns to the form of JSON.

After successfully updated will return void response with 200 status code.

Here is 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.
40600013Cant create url
4040200Event Not Found
4010101Not authorized
Language
Authorization
Header
Click Try It! to start a request and see the response here!