---
title: CIAM Plus With Protect - User Consent Report - Main Flow
description: The CIAM Plus With Protect - User Consent Report - Main Flow lets administrators view user consent information.
component: pingone-solutions
page_id: pingone-solutions:pingone-customers-plus:flow_reference/ciam_plus_user_consent_report
canonical_url: https://docs.pingidentity.com/pingone-solutions/pingone-customers-plus/flow_reference/ciam_plus_user_consent_report.html
revdate: June 28, 2024
section_ids:
  purpose: Purpose
  structure: Structure
  input-schema: Input schema
  output-schema: Output schema
  variables-and-parameters: Variables and parameters
---

# CIAM Plus With Protect - User Consent Report - Main Flow

The CIAM Plus With Protect - User Consent Report - Main Flow lets administrators view user consent information.

## Purpose

The CIAM Plus With Protect - User Consent Report - Main Flow enables administrators to view user consent information. It continually retrieves and displays consent information about existing users.

## Structure

This flow is divided into sections using teleport nodes:

* **User Consent Report**

  Uses a function node to initialize variables, then progresses to the **View Report** section.

* **View Report**

  Uses a function node to prepare the report query, then displays a loading screen. Uses a PingOne node to retrieve user consent information, then uses a function node to prepare the results. An HTML node then displays the report. The flow then progresses to the beginning of the **View Report** section to gather additional information.

## Input schema

This flow has no inputs.

## Output schema

This flow has no outputs.

## Variables and parameters

This flow uses the following variable or parameter values:

| Variable name      | Parameter name | Description                                                                                                    |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------- |
| `ciam_logoStyle`   | None           | The HTML style to use for your company logo.This value is only used when the flow is launched with a redirect. |
| `ciam_logoUrl`     | None           | The URL for your company logo.This value is only used when the flow is launched with a redirect.               |
| `ciam_companyName` | None           | Displays the name of your company.This value is only used when the flow is launched with a redirect.           |
| `logoStyle`        | None           | The HTML style to use for your company logo.                                                                   |
| `companyName`      | None           | Displays the name of your company.                                                                             |
| `reportUsers`      | None           | An object containing the user consent report.                                                                  |
| `companyLogo`      | None           | The URL for your company logo.                                                                                 |
