{
// Required
id: Id;
meeting_id: Id;
present: boolean;
}Sets the user's present status in the given meeting. If present is true, meeting_id is added to is_present_in_meeting_ids, otherwise it's removed.
One of the following has to be true:
- The meeting is not locked via the setting
locked_from_insideand:- The request user has the OML
can_manage_users - The request user has the CML
can_managein the given meeting's committee
- The request user has the OML
- The request user has
user.can_updateoruser.can_manage_presencein the given meeting - The
user_idis equal to the request user id and the settingusers_allow_self_set_presentis set toTruein the given meeting