Adds a user to the event_group and responds with resulting event_group_user object.

Errors

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

Examples

response:
{
  "eventGroupUser":{
    "id":123456,
    "email":"an-email@home.us",
    "productDescription":"Video and Realtime"
    "eventGroup":{
      "id":24680,
      "access_key": 'abcd56t8fm'
    }
  }
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

The target event id

Validations:

  • Must be a Integer

email
required

email address of the user to add

Validations:

  • Must be a String