Return an event_group_user object using an email and event id.
| Code | Description |
|---|---|
| 422 | Unable to process request, see errors in response |
response:
{
"eventGroupUser":{
"id":123456,
"email":"an-email@home.us",
"productDescription":"Video and Realtime"
"eventGroup":{
"id":24680,
"access_key": 'abcd56t8fm'
}
}
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
The target event id Validations:
|
|
email required |
email address for the query Validations:
|