People

People

Retrieve people and user records.

FieldData Type
PeopleIDString
UserTypeString
FirstNameString
LastNameString
EmailAddressString
TimeZoneString
MaintenanceLaborMarkupDecimal
MaintenanceMaterialMarkupDecimal
ContractorLaborMarkupDecimal
ContractorMaterialMarkupDecimal
BirthdayDateTime
TitleString
PRApprovalString
DepartmentString
CostCenterString
ShiftString
ReportsToString
NotesString

Key: PeopleID

Required property: PeopleID

Endpoints

GET

URL: https://{site}.mvpplant.com/ODataApi/v1/People

Description: Retrieve people and user records.

OData Query Examples

  • Select specific fields:
    https://{site}.mvpplant.com/ODataApi/v1/People?$select=PeopleID,FirstName,LastName,EmailAddress

  • Filter by department:
    https://{site}.mvpplant.com/ODataApi/v1/People?$filter=Department eq 'Maintenance'

  • Sort by last name:
    https://{site}.mvpplant.com/ODataApi/v1/People?$orderby=LastName,FirstName

  • Return the first 10 records:
    https://{site}.mvpplant.com/ODataApi/v1/People?$top=10

Notes

  • This endpoint is read-only in the current documentation.
  • Use PeopleID as the key field for people records.