Skip to main content

handle_add_users_to_group

Function handle_add_users_to_group 

Source
pub async fn handle_add_users_to_group(
    __arg0: State<Arc<Context>>,
    __arg1: Path<String>,
    __arg2: Json<AddUsersToGroupParams>,
) -> Result<StatusCode, StatusCode>