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

KolayIK Person API

The Person API from KolayIK — 18 operation(s) for person.

KolayIK Person API is one of 11 APIs that KolayIK publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 18 operations across 18 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.kolayik.com.

18 operations 18 paths 1 schemas 3 DELETE6 GET7 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.kolayik.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API token created at https://app.kolayik.com/settings/developer-settings and sent as Authorization: Bearer .

Paths & Operations 18

Across 18 paths, the API surfaces 18 operations — 3 DELETE, 6 GET, 7 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Person 18
POST
/v2/person/create
Create a person
personCreate body → 200
PUT
/v2/person/update
Update a person
personUpdate body → 200
GET
/v2/person/view/{id}
View a person
personView 1 param → 200
GET
/v2/person/leave-status/{id}
Get leave statuses
personLeaveStatus 1 param → 200
GET
/v2/person/view-summary/{id}
View summary of a person
personViewSummary 1 param → 200
POST
/v2/person/bulk-view
View bulk person
personBulkView body → 200
POST
/v2/person/list
List people
personList body → 200
GET
/v2/person/show-available-data-fields
Show available data fields
personShowAvailableDataFields → 200
POST
/v2/person/terminate
Terminate employment
personTerminate body → 200
POST
/v2/person/upload-file
Upload file
personUploadFile body → 200
POST
/v2/person/rehire/{id}
Rehire a person
personRehire 1 param → 200
GET
/v2/person/list-files/{id}
List files of a person
personListFiles 1 param → 200
DELETE
/v2/person/delete-file/{fileId}
Delete a file
personDeleteFile 1 param → 200
DELETE
/v2/person/delete-folder/{folderId}
Delete a folder
personDeleteFolder 1 param → 200
POST
/v2/person/assign-training
Assign training a person
personAssignTraining → 200
PUT
/v2/person/update-training/{personTrainingId}
Update a person training
personUpdateTraining 1 param → 200
GET
/v2/person/list-trainings/{id}
List a person's trainings
personListTrainings 1 param → 200
DELETE
/v2/person/delete-training/{personTrainingId}
Delete a person training
personDeleteTraining 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Envelope (2 properties). Each schema is shown below with its type and property counts.

Envelope
object
Standard Kolay response envelope observed in every documented example response.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kolayik-person-api-openapi.yml Raw ↑

Other APIs KolayIK publishes across the network.

KolayIK Approval Process API
KolayIK Calendar API
KolayIK Expense API
KolayIK Leave API
KolayIK Payroll API
KolayIK Profile API
KolayIK Timelog API
KolayIK Training API
KolayIK Transaction API
KolayIK Unit API