This resource allows you to add a new person record, remove a person record, or view or edit information about a person.
Operations
Create Multiple Persons
POST /v1/commons/persons/multi_create
Create Person
POST /v1/commons/persons
Create or Update Persons
POST /v1/commons/persons/multi_upsert
Delete Multiple Persons
POST /v1/commons/persons/multi_delete
Delete Person by ID
DELETE /v1/commons/persons/{personId}
Retrieve All Extensions
GET /v1/commons/persons/extensions
Retrieve All Persons
POST /v1/commons/persons/apply_read
Retrieve Base Person
POST /v1/commons/persons/base_persons/multi_read
Retrieve Current User
GET /v1/commons/persons/current_user_info
Retrieve Employee References
POST /v1/commons/persons/refs/multi_read
Retrieve Person by Extension
GET /v1/commons/persons/{extensionType}
Retrieve Person by ID
GET /v1/commons/persons/{personId}
Retrieve Persons
POST /v1/commons/persons/extensions/multi_read
Retrieve Punch Interpretation Rule
GET /v1/commons/persons/punch_interpretation_rules
Update Multiple Persons
POST /v1/commons/persons/multi_update
Update Person by ID
PUT /v1/commons/persons/{personId}