rca_external_users

Stores records of external users invited using Review, Commenting, and Approval external user registration APIs.

Field name

Field data type

Purpose

id (PRI)

varchar(255)

The external user identifier.

firstName

varchar(255)

The first name of the external user.

lastName

varchar(255)

The last or family name of the external user.

email(UNI)

varchar(255)

The email address of the user.

used(MUL)

bit(1)

A flag that indicates whether the user accepted the invitation and is registered with LiveCycle.

// Ethnio survey code removed