{
// Required
user_id: Id;
meeting_id: Id;
// Optional
// Group A
number: string;
structure_level_ids: string;
vote_weight: decimal;
comment: HTML;
locked_out: boolean;
// Group B
about_me: HTML;
// Group C
group_ids: Id[];
}The action creates a meeting_user item.
If locked_out is set, it checks against the present user.can_manage and all admin statuses and throws an error if any are present.
Will throw an error if the group_ids contain the meetings anonymous_group_id.
Group A: The request user needs user.can_manage.
Group B: The request user needs user.can_manage or must be the request user.
Group C: The request user must satisfy at least one of:
- the OML
can_manage_users user.can_managefor the meeting- the CML
can_managefor the committee of the meeting