Portal Person Audit

Shows the users for each portal.

Body Params
string
required
string | null
string
required
int32
string | null
int32

The PortalPersonId field in the PortalPerson table is an int data type and is used to uniquely identify each PortalPerson in the database.

int32 | null

The PersonId field of int data type in the PortalPerson table is used to store a unique identifier for each person in the database. This identifier helps to quickly identify a particular person within the database by providing a way to link other data to a particular person record.

string | null

The AccessSerialNumber field in the PortalPerson table holds a unique access code assigned to each individual on the portal, which is a maximum of 64 nvarchar characters.

string | null

The PortalUsername field in the PortalPerson table stores up to 64 characters for the unique username of a user of the site's portal. Registered users will use their PortalUsername to access their account.

string | null

PortalId is an nvarchar field in the PortalPerson table with a max length of 128. It is a unique identifier that acts as a primary key for each row in the table and is used to store an alphanumeric string.

int32 | null
Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!