cURL
curl --request POST \ --url https://{primary_domain}/api/public/v2.0/online_conferences/{online_conference_id}/attendees \ --header 'Content-Type: application/json' \ --header 'X-Access-Key-Id: <api-key>' \ --header 'X-Access-Key-Secret: <api-key>' \ --data ' [ { "email": "jsmith@example.com", "name": "<string>" } ] '
{ "message": "<string>", "data": [ { "id": 123, "online_conference_id": 123, "email": "jsmith@example.com", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "attendee_type": "App\\Models\\Tenant\\User", "attendee_id": 123, "name": "<string>", "joined_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" } ] }
Required permissions: online_conferences.update.*
online_conferences.update.*
5
255
A list of Online Conference Attendee resource objects.
Show child attributes
App\Models\Tenant\User
App\Models\Tenant\Customer