public static function addMember($request, $match)
    {
        $content = Pluf_Shortcuts_GetObjectOr404('CMS_Content', $match['parentId']);
        if (isset($match['modelId'])) {
            $userId = $match['modelId'];