Create Registrant Session
Adds a session to a registrant’s selected sessions. Both registrant_id and session_id are required path parameters. By default, the request will fail if the session is at capacity or has scheduling conflicts. Set override_capacity_errors to bypass capacity checks, send_email to trigger a session confirmation email, or validate_only to check for conflicts without actually adding the session.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the registrant you want to use
1
integer - required - The ID of the session you want to use
1
Query Parameters
boolean - optional - If an item is sold out, an error will be shown and the registrant will not be updated. If this flag is enabled, the data will be updated
""
boolean - optional - If true then session confirmation emails will be automatically sent
boolean - optional - If true, then the session won't be added, but checks for capacity and conflicts will be performed
Body
The body is of type object.
Response
Add Registrant Session
true