if (urlPath.indexOf('users') > -1 && urlPath.indexOf('me') > -1) {
                return next();
            }