People and Device Inventory API
The Ivanti Neurons People and Device Inventory API provides access to OData queries that can retrieve information about the reconciled device endpoints and users that have been discovered by installing connectors or agents within your network.
Available Endpoints
- authentication: Enables you to retrieve the JWT access token.
- devices: Enables you to create Web applications that interact with devices.
- people: Enables you to manage authenticated user details.
HTTP/HTTPS Methods
The following methods are currently supported and are used to denote actions against a resource.
- GET: Reads a resource
Standard Status Codes
Conventional HTTP/HTTPS status codes are used to indicate the success or failure of an API request.
- 200 indicates a successful response
- 400 indicates a validation error has occurred
- 401 indicates the requestor is not authorized
- 500 indicates an unexpected server error