Function remove_user_from_group

Source
pub async fn remove_user_from_group(
    configuration: &Configuration,
    groupname: &str,
    account_id: &str,
    username: Option<&str>,
) -> Result<(), Error<RemoveUserFromGroupError>>
Expand description

Removes a user from a group. Permissions required: Site administration (that is, member of the site-admin group).