When called without the “key” parameter, checks for access.
When called with the “key” parameter, will add user to group associated with “key” parameter.
| Code | Description |
|---|---|
| 422 | Request is unprocessable |
| 500 | Event has errors, details will be returned in server response |
{
event_schedule: {
guid: "a0a0a0a0-a0a0-a0a0-a0a0-a0a0a0a0a0a0"
start_time: "2015-01-01T04:00:00-10:00",
egu_id: 111111
}
}
{
error: [
"No assigned users with provided email wewre found for this event"
]
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
Event ID (Note: passed in URL itself, not query string) Validations:
|
|
email required |
User's email address Validations:
|
|
key optional |
Group access key Validations:
|