Portal Person Account Audit

This table defines the people and their entitlement to an account via a portal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
string | null
string
required
int32
string | null
int32

PortalPersonAccountId is an int data type field in the PortalPersonAccount table which is used to uniquely identify each account record.

date-time | null

The AuthorisationExpiry field in the PortalPersonAccount table stores a timestamp in the datetime2 data type that represents the expiration date/time of the user's authentication credentials. Its value will be null before authentication and populated with the expiration timestamp of the authentication after log in.

date-time | null

ReconciliationExpiry is a datetime2 field that stores the date and time when a user's account on the PortalPersonAccount will expire.

string | null

Miscellaneous notes and information for the entry or record.

int32 | null

EntitlementAuthorisationId is an int field in the PortalPersonAccount table that stores a numerical value representing the authorisation given to a person's account to use the portal, after they have logged in.

int32 | null

PortalPersonId is an integer field in the PortalPersonAccount table that is the primary key for the table and uniquely identifies each person account within the portal.

string | null

The AuthorisationStateId field in the PortalPersonAccount table stores an alphanumeric identifier representing the current state of authorisation of the account. The maximum length of the identifier is 32 characters.

int32 | null

The AccountId field of type int in the PortalPersonAccount table is a numerical, unique identifier assigned to each user account in the system. It is the primary key of the table and is indexed for fast lookups.

int32 | null
Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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