Overview
The People API provides read-only access to your organization’s people directory — employees and personnel synced from HR integrations or added manually. Use it to reference person IDs when assigning asset owners via the Assets API, or to reconcile your HR systems with LowerPlane. All endpoints require API key authentication.The People API is read-only. People are managed through the LowerPlane dashboard or HR integrations (BambooHR, HiBob, Workday, and others).
List People
Filter by status, e.g.,
active, offboarded.Filter by department name.
Filter by employment type, e.g.,
full_time, contractor.Filter by job title.
Search by name or email.
Sort field.
Sort direction:
asc or desc.Page number.
Results per page.
Example
Response
Returns a paginated list of people. Each person includes:The person’s UUID. Use this as
owner_id when creating or updating assets.First name.
Last name.
Work email address.
Employment status, e.g.,
active, offboarded.Department name.
Job title.
Employment type, e.g.,
full_time, contractor.Start date (ISO 8601).
Error Responses
| Status | Error | Description |
|---|---|---|
| 401 | — | Authentication failure (see Authentication) |