Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Humaans People API

Employee records, the canonical resource of the HRIS

Humaans People API is one of 15 APIs that Humaans publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include People. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://app.humaans.io/api.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://app.humaans.io/api
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Humaans People API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (token) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer access token issued by Humaans with OAuth-style scopes

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

People 5

Employee records, the canonical resource of the HRIS

GET
/people
List People
listPeople 2 params → 200
POST
/people
Create Person
createPerson body → 201
GET
/people/{id}
Retrieve Person
getPerson 1 param → 200
PATCH
/people/{id}
Update Person
updatePerson 1 param body → 200
DELETE
/people/{id}
Delete Person
deletePerson 1 param → 204

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Person (17 properties), PersonList (4 properties). Each schema is shown below with its type and property counts.

Person
object
17 properties
PersonList
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humaans-io-people-api-openapi.yml Raw ↑

Other APIs Humaans publishes across the network.

Humaans Audit Events API
Humaans Bank Accounts API
Humaans Companies API
Humaans Compensations API
Humaans Custom Fields API
Humaans Documents API
Humaans Equipment API
Humaans Job Roles API
Humaans Locations API
Humaans Performance API
Humaans Time Away API
Humaans Timesheet API