POST /api/v2/event_group_users/:id/send_invitation
Send invitation email to event_group_user

Also see GET /v2/event_scheduless/:id/users.

Send invitation email to event_group_user

Errors

Code Description
422 Unable to process request, see errors in response

Examples

response:
{
  "id": 836622,
  "user_group_id": 81978,
  "user_id": null,
  "user_email": "cdt@novackmacey.com",
  "is_text": true,
  "is_video": false,
  "is_chat": false,
  "is_disallow_transcript_save": null,
  "product_description": "Realtime Only",
  "created_at": "2021-03-12T13:21:07.000-05:00",
  "updated_at": "2021-04-23T11:48:17.122-04:00",
  "is_cameo": false,
  "access_token": "6665694bcddffcb7f73e5090",
  "invited_at": "2021-04-23T11:48:17.114-04:00",
  "first_invited_at": "2021-04-23T11:48:17.114-04:00"
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

The target event_group_user id

Validations:

  • Must be a Integer