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:
-
Admin won't allow any attendee to join the session after a specified period of time for that admin should pass
allowLateJoin
astrue
.(then only admin can set a particular time for the session after it starts). -
If Admin passes
allowLateJoin
asfalse
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 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 try to reach is not found. |
4070008 | This setting is not allowed for your event plan |