The User Management API's can be used to manage Users in the PeopleNet Fleet Manager (PFM).
See below for more information on User Management and to view corresponding technical documentation.
The Open Interface API aims to make integration to your fleets content as simple as possible, connecting you to all the data you need to build a robust and flexible integration.
Formats used for the Open Interface API include XML and JSON.
The API is accessed by making HTTP requests to a specific version endpoint URL, in which GET or POST variables contain information about what you wish to access. Every endpoint is accessed via an SSL-enabled HTTPS (port 443), this is because everything is using OAuth 2.0
To access the API you will need the following:
API Base URL
Customer ID (CID)
Password
Your IP address whitelisted with PeopleNet
If you do not have a password or have not provided your IP for whitelisting, please contact integration@peoplenetonline.com
This group of API's can be used to manage User information in the PeopleNet Fleet Manager (PFM). For more information on a specific API, click the button to your right.
Adds a user to the PeopleNet Fleet Manager (PFM) via oi_user_add API
Edits a PeopleNet Fleet Manager (PFM) user via oi_user_edit API
Return a list of PeopleNet Fleet Manager (PFM) users via oi_user_view API