Portal Person Count

Table PortalPersonCount stores the number of people registered with portals and their associated entitlements concerning access to data, products and services in the Entitlement package. It also stores the details on type of access (e.g. read, edit or delete) and conditions applicable to the access (e.g. time frames and frequency limits).

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

PortalImage of data type nvarchar in the PortalPersonCount table is a field that stores a path or URL to an image associated with the count of people in a portal. This image can be used to visually represent the count on the portal.

string | null

The PortalId field in the PortalPersonCount table is an nvarchar data type which stores the unique identifier of the portal that the person belongs to. It has a maximum length of 128 characters.

string | null

The PortalHtml field of data type nvarchar with a maximum length of 400 in the PortalPersonCount table holds a piece of coded HTML that displays the number of people currently present in a given online portal at any given point in time.

int32 | null

The PersonCount field of the PortalPersonCount table stores the number of active users on a given portal at any given time, as an integer value.

string | null

The CountHtml field is the primary key of the PortalPersonCount table, and it stores an alphanumeric varchar code up to 70 characters long. The code consists of a string representing the count of portal people in a specific region. This code is used to uniquely identify a count, allowing for tracking and record-keeping of portal people in various regions.

Response
200

OK

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