Allow attendees to join sessions late

Using this API you can change your preferences to allow attendees to join sessions late or not.

If you have purchased the Professional/Enterprise / White Label plan then only you will be able to change this setting. For Scale and Starter plans won't allow changing this setting. However, this setting is applicable for all In Person events irrespective of plan type.

If the user purchases the Scale or Starter plan and tries to change this setting then they get the error message 4070008.

This API work in two different scenarios:

  1. Admin won't allow any attendee to join the session after a specified period of time for that admin should pass allowLateJoin as true.(then only admin can set a particular time for the session after it starts).

  2. If Admin passes allowLateJoin as false then the attendee can join the session anytime.

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

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

It will return a success message if API executes it successfully.

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 try to reach is not found.
4070008This setting is not allowed for your event plan
Language
Authorization
Header
Click Try It! to start a request and see the response here!