Person Audit

Defines a significant person in the system.

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

PersonId is a an integer field in the Person table that provides a unique identifier for each record within the table. It is used to track, identify and distinguish between each record.

string | null

The given name of the person

string | null

The family name of the person.

string | null

The email address used by the person to receive mail.

int32 | null

A reference to the photo of the person in the storage.

int32 | null

SystemAccountId is an integer field within a Person table that references a unique identifier assigned to a Person record in order to be used for authentication purposes.

string | null

The Telephone field in the Person table is a nvarchar data type that allows up to 32 characters. It holds contact information for a person such as their home, work, and/or mobile numbers.

int32 | null

ManagerId is an integer field that stores the primary key of a Person record in the related Manager table. It is used to relate a Person record to its associated Manager record.

string | null

The JobTitle field of data type nvarchar with a maximum length of 128 in the Person table is used to store an individual's job title, such as 'Accountant', 'Assistant Manager', or 'Developer'.

int32 | null
Response
200

OK

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