if not (user.is_admin or application_count < target_workspace.application_quota):
            logging.warning('Maximum number of applications in workspace reached, ws "%s"', target_workspace.id)

            return dict(message='You have reached the maximum number of applications for this workspace.'
                                'Contact support if you need more.'), 422