PATCH /v2/events_users/:id
Update an events user
PUT /v2/events_users/:id
Update an events user
live_help Notes
This action requires a token resource owner
scoped on profile with enough privileges
or an application with one of theses role(s):
assignment_ind
Advanced staff
, Events manager
.
settings Params
Param name | Description |
---|---|
id |
required
. Must be String
The requested id |
events_user | optional , nil allowed . Must be a Hash |
events_user[event_id] |
optional
. Must be Fixnum
The event id. |
events_user[user_id] |
optional
. Must be Fixnum
The user id. Must be unique in the scope of a given event. |