Portal Users

Shows the users for each portal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
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

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.

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!