{ "info": { "_postman_id": "a1235cc1-6315-465e-abb2-631bd136025b", "name": "Unified.to account hris API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:24:09.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "lastUpdatedBy": "35240", "uid": "35240-a1235cc1-6315-465e-abb2-631bd136025b" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "bankaccount", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Bankaccount", "id": "eea59702-7fb1-4a37-ad8e-d6c308afc0bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "id": "648f6134-1e55-4404-b38a-7cd28fc319e1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f89c2fc9-8aff-400f-90d0-52eafb50a23b", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "83411a17-0e59-4319-a6a5-1383ca52245d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-83411a17-0e59-4319-a6a5-1383ca52245d" }, { "id": "c98792ad-6463-45cc-96e2-6ab010277b9e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c98792ad-6463-45cc-96e2-6ab010277b9e" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-eea59702-7fb1-4a37-ad8e-d6c308afc0bc" }, { "name": "Retrieve a Bankaccount", "id": "1450aaf8-e4f8-4b21-a803-85387c23a935", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=user_id&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "56ff567c-c603-4bbb-8088-85410eed6293", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "18543b58-40a7-4ed2-b172-7316fb9a560f", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "58f4ce5d-3a04-4d64-aacf-1cd317534d32", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-58f4ce5d-3a04-4d64-aacf-1cd317534d32" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-1450aaf8-e4f8-4b21-a803-85387c23a935" }, { "name": "Update a Bankaccount", "id": "f64c9501-652d-42e7-9d64-d3f2ad4302d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=user_id&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "01b63c60-cff7-47d4-a0fa-a60d78c1ef0c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d3810452-fb43-4513-a485-8df11b00df61", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "46eb97f4-8a6f-4b47-b1f4-d702742ec414", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-46eb97f4-8a6f-4b47-b1f4-d702742ec414" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-f64c9501-652d-42e7-9d64-d3f2ad4302d0" }, { "name": "Update a Bankaccount", "id": "eddd82c9-e15e-45ff-aaeb-4167a86c964d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=user_id&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4ec000eb-daf9-4b15-8d25-5ecb0cc13675", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "811bdd85-cc97-4566-9077-2f52fa524146", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "8ce2fc91-46e5-479b-8b52-2044efe12287", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-8ce2fc91-46e5-479b-8b52-2044efe12287" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-eddd82c9-e15e-45ff-aaeb-4167a86c964d" } ], "id": "e5b514e6-8288-46fa-8dc2-1e81b9fcbce5", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e5b514e6-8288-46fa-8dc2-1e81b9fcbce5" }, { "name": "List All Bankaccounts", "id": "5ac9fbc5-a2a9-425c-9818-dfc37408edff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=user_id&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "831a7eaf-1228-4f99-9eab-6e93a8152aec", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "33aae204-0602-422e-bfb1-5130a5f36fec", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"CHECKING\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laborum_d56\": 49910830.88397592\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"CHECKING\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"exercitation0c8\": -8653482.502964765\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-33aae204-0602-422e-bfb1-5130a5f36fec" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5ac9fbc5-a2a9-425c-9818-dfc37408edff" }, { "name": "Create a Bankaccount", "id": "77412e19-52bd-4461-bf1c-c446a521c0dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?fields=user_id&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "37b6ad81-c137-48ca-a49f-0ba8c15eb8fb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c5e05bb8-a56b-467c-ae23-c11476732d57", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consequat_4\": 87259953.75309542,\n \"Ut58b\": false,\n \"velit_\": false\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c5e05bb8-a56b-467c-ae23-c11476732d57" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-77412e19-52bd-4461-bf1c-c446a521c0dc" } ], "id": "c73ec004-4955-4261-9dfd-79b78ad7b288", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c73ec004-4955-4261-9dfd-79b78ad7b288" }, { "name": "benefit", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Benefit", "id": "22855ef0-314d-4a12-9468-480d37042051", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "variable": [ { "id": "805e3335-daa0-4fe2-91e8-0b0e954c3757", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4a02e840-5f93-44db-b70c-5012e703f2e2", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "6cbd55fa-2246-45eb-8fcb-7ee44f81067b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-6cbd55fa-2246-45eb-8fcb-7ee44f81067b" }, { "id": "4a5e858d-229a-4abc-bb54-092f696aa1a4", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-4a5e858d-229a-4abc-bb54-092f696aa1a4" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-22855ef0-314d-4a12-9468-480d37042051" }, { "name": "Retrieve a Benefit", "id": "18af35e1-d5dc-42c3-b383-a684241f99c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=employer_contribution_amount&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employer_contribution_amount" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7c080964-bcc5-4113-bce7-cf092acb1282", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "778bf149-fdaa-4385-b651-1cbb823259b9", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "c9aad958-c2dd-4eb6-b114-75de43bcb8b5", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c9aad958-c2dd-4eb6-b114-75de43bcb8b5" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-18af35e1-d5dc-42c3-b383-a684241f99c9" }, { "name": "Update a Benefit", "id": "50b2971f-f203-4050-8656-21cf3e663b71", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=employer_contribution_amount&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employer_contribution_amount" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "db3532ff-57a7-4d6a-8448-ed30e003e985", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b3dc36cd-cf39-4338-bda5-e699de08c854", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "b352a22c-b64b-436a-a20a-d6031e4549be", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-b352a22c-b64b-436a-a20a-d6031e4549be" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-50b2971f-f203-4050-8656-21cf3e663b71" }, { "name": "Update a Benefit", "id": "b324bf55-f4c7-4344-b433-9446efd67c73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=employer_contribution_amount&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employer_contribution_amount" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "46410b44-6d19-4417-bb6c-a91bc1de2a3a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e46b03df-112f-4e0d-8404-f1ca5ac54907", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "32fa4364-460e-4544-a4e3-dbdba5a9dabb", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-32fa4364-460e-4544-a4e3-dbdba5a9dabb" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-b324bf55-f4c7-4344-b433-9446efd67c73" } ], "id": "23d0af0f-d572-4240-86cc-d539003536b2", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-23d0af0f-d572-4240-86cc-d539003536b2" }, { "name": "List All Benefits", "id": "38faaf1d-2651-4983-aa49-49c2cc411a8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=employer_contribution_amount&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "employer_contribution_amount" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c6c99aac-6766-41f3-bc16-bf436a42a4ca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e6b50742-cc41-4c02-bd29-623bdea120c5", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"FIXED\",\n \"frequency\": \"DAY\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"enimc\": \"sit sunt\",\n \"qui3\": -65060059.51497955\n },\n \"tax\": \"POST_TAX\",\n \"type\": \"LIFE\",\n \"updated_at\": \"\"\n },\n {\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_CHILD\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"eiusmod_ed7\": 37846197.8584736,\n \"doe_5\": -89387025.61467502,\n \"id3c8\": -59542968,\n \"ea_8\": -2091655.6758149117\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"EMPLOYER_TAX_CONTRIBUTION\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e6b50742-cc41-4c02-bd29-623bdea120c5" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-38faaf1d-2651-4983-aa49-49c2cc411a8b" }, { "name": "Create a Benefit", "id": "bf6d51ee-749d-48c2-8143-e1799812c9eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?fields=employer_contribution_amount&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employer_contribution_amount" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "403ab91a-38c0-45b5-8c7b-207cb8df0b7e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3e18df6c-1526-4891-a5ee-6b1d9ff40984", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodoc5a\": \"esse laborum\",\n \"inf2\": false\n },\n \"tax\": \"PRE_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3e18df6c-1526-4891-a5ee-6b1d9ff40984" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-bf6d51ee-749d-48c2-8143-e1799812c9eb" } ], "id": "28b91e01-7203-41e1-9a5c-bf6f823e9dea", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-28b91e01-7203-41e1-9a5c-bf6f823e9dea" }, { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Company", "id": "7affb1b3-42ae-409d-acb2-accbf839b8f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "id": "5833f772-9151-4a43-b8e3-e2654614d058", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ff2e21a3-ff8a-4d29-9331-b9390bec91e9", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "33ddf755-b7e0-443f-9508-86ce58e69131", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-33ddf755-b7e0-443f-9508-86ce58e69131" }, { "id": "5838f100-58a0-4d4f-bad3-c866e683131b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5838f100-58a0-4d4f-bad3-c866e683131b" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-7affb1b3-42ae-409d-acb2-accbf839b8f3" }, { "name": "Retrieve a Company", "id": "ab0759de-eb07-4a2a-b8be-2703b52d8116", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=legal_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "legal_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7b7701ed-40d2-4aa2-8cb7-28dc65fe92f4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f3838c5f-6f81-41de-be80-79619089b00e", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "2c21d8aa-08a5-43e0-a44f-d27872342afc", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-2c21d8aa-08a5-43e0-a44f-d27872342afc" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ab0759de-eb07-4a2a-b8be-2703b52d8116" }, { "name": "Update a Company", "id": "e932748e-08ef-443d-a5f2-d358574da891", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=legal_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "legal_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8c38e31f-1394-49ef-8394-1fa240697b61", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "64b8fa46-e21c-4f69-80f8-8078a3648977", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "5e46717c-87a4-459e-86ab-a28a4425eae9", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5e46717c-87a4-459e-86ab-a28a4425eae9" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e932748e-08ef-443d-a5f2-d358574da891" }, { "name": "Update a Company", "id": "2aeede8e-c136-49b9-bbbf-3398f55015fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=legal_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "legal_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "119af8b2-21e6-4595-bae1-11fb32146f71", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "98bc4eae-e971-4c4d-b1b4-b0f0f6c49174", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "fac4e93d-b5dd-403d-a673-b95df110ad7e", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-fac4e93d-b5dd-403d-a673-b95df110ad7e" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-2aeede8e-c136-49b9-bbbf-3398f55015fb" } ], "id": "571d9098-3ae9-41b0-a863-b6eda99730b6", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-571d9098-3ae9-41b0-a863-b6eda99730b6" }, { "name": "List All Companies", "id": "c32e0437-de42-46d4-99f3-a82ec8f1007f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=legal_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "legal_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "78d2ad00-9237-43c7-b934-e30a6e7256da", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "1d0ffdf8-821d-4a9d-8d38-1c08f7aa52ca", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ex_689\": 10217632.243612006\n },\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"sint_1d3\": \"pariatur esse\",\n \"dolor_edd\": -44806089\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-1d0ffdf8-821d-4a9d-8d38-1c08f7aa52ca" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c32e0437-de42-46d4-99f3-a82ec8f1007f" }, { "name": "Create a Company", "id": "41a357a1-073d-4d42-afbe-3a27815a1073", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?fields=legal_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "legal_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a355648b-4f41-4b97-91dc-a6111c0906a0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "05c484fb-9d57-4cf5-b1b3-133787e95c2a", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum1d\": true,\n \"esse1\": false,\n \"veniam_1_\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-05c484fb-9d57-4cf5-b1b3-133787e95c2a" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-41a357a1-073d-4d42-afbe-3a27815a1073" } ], "id": "99b7cc66-7e77-43a7-8ea8-0b0b3b8c6a44", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-99b7cc66-7e77-43a7-8ea8-0b0b3b8c6a44" }, { "name": "deduction", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Deduction", "id": "3ae50393-7085-41d2-85a6-75401192fe5d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "id": "711e42fa-7f54-465a-9da6-8107bb85c4d7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "43e44226-55bc-481f-b4a1-71e93bdd2b31", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "51980357-738c-4d4a-8996-885369fc4f61", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-51980357-738c-4d4a-8996-885369fc4f61" }, { "id": "89d6b422-b71c-413b-8045-2c46e20690da", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-89d6b422-b71c-413b-8045-2c46e20690da" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3ae50393-7085-41d2-85a6-75401192fe5d" }, { "name": "Retrieve a Deduction", "id": "e290c870-efa0-4d8b-a2a4-8eb9ce10a877", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a3b5ebb5-7f3d-4713-b18e-27775ed7c8fd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "edab524a-bd3a-4e26-bc01-358b65f64077", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "00bf3f3a-85f8-4bc1-9e24-08b2af7b9c4a", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-00bf3f3a-85f8-4bc1-9e24-08b2af7b9c4a" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e290c870-efa0-4d8b-a2a4-8eb9ce10a877" }, { "name": "Update a Deduction", "id": "f4abf0b0-b58f-49fd-ab6c-019622b7f45a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "32bc6003-12ce-4a68-974b-6f8b68917b7e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0b81233f-3dfb-4170-839e-27299f4ce1df", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "efbf39fc-aebd-4d8e-a719-46a5ed4410d0", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-efbf39fc-aebd-4d8e-a719-46a5ed4410d0" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-f4abf0b0-b58f-49fd-ab6c-019622b7f45a" }, { "name": "Update a Deduction", "id": "ca0cb43f-ab2d-4c02-aad9-67686da9059d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "db5b0742-d8ec-496c-97bf-fc60dcfff8fe", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3d08edde-f021-4606-bd5c-d239293dcf2e", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "df3d56d5-c316-47da-b015-6f7fff19904b", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-df3d56d5-c316-47da-b015-6f7fff19904b" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ca0cb43f-ab2d-4c02-aad9-67686da9059d" } ], "id": "ec156ed8-3039-4849-9bc2-8ccb38f9388c", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ec156ed8-3039-4849-9bc2-8ccb38f9388c" }, { "name": "List All Deductions", "id": "9011ecc3-ab30-4be5-bb86-32fe99bdd378", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&payslip_id=&benefit_id=&start_gte=&end_lt=&fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The payslip ID to filter by", "key": "payslip_id", "value": "" }, { "description": "The benefit ID to filter by", "key": "benefit_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "746dd919-c000-4036-ad27-8fa2ab0749c4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c2639dbc-6321-409e-9bb3-f43e316dcd38", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&payslip_id=&benefit_id=&start_gte=&end_lt=&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The payslip ID to filter by", "key": "payslip_id", "value": "" }, { "description": "The benefit ID to filter by", "key": "benefit_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"MONTH\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"culpa3\": 49655695.32673323,\n \"dolore_89\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_SPOUSE\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"ipsum_5\": \"irure\"\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c2639dbc-6321-409e-9bb3-f43e316dcd38" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9011ecc3-ab30-4be5-bb86-32fe99bdd378" }, { "name": "Create a Deduction", "id": "9a869810-b484-4cc0-9c71-26d70850ef80", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "331b5f6e-2546-4aeb-ba60-fe41e246f3d3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "03da03bc-5314-43f8-a092-69f96267fd95", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"eiusmod_353\": true\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-03da03bc-5314-43f8-a092-69f96267fd95" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9a869810-b484-4cc0-9c71-26d70850ef80" } ], "id": "a12fcaba-9bff-40ff-94d5-74fc63cbef5f", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-a12fcaba-9bff-40ff-94d5-74fc63cbef5f" }, { "name": "device", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Device", "id": "431d23da-74be-41d2-a183-8d630edd962d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "id": "45fd7394-405e-485e-a1ad-8ebaad81d0de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d97b38b8-5992-4673-afbc-8ecf33cafcac", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "44487f60-2525-4851-aabd-7204657533da", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-44487f60-2525-4851-aabd-7204657533da" }, { "id": "28b2f138-86e8-487b-a860-54cda011c904", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-28b2f138-86e8-487b-a860-54cda011c904" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-431d23da-74be-41d2-a183-8d630edd962d" }, { "name": "Retrieve a Device", "id": "ee3fd1e8-5957-47ee-888f-bb011c8ca013", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "778bbac3-fdcd-4b91-950c-9929a2dc1936", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "41c490a4-af2b-4c65-a0c4-4abe9c86954b", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "3fd4d33e-22da-4a3a-99c0-af4ef7498f9d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3fd4d33e-22da-4a3a-99c0-af4ef7498f9d" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ee3fd1e8-5957-47ee-888f-bb011c8ca013" }, { "name": "Update a Device", "id": "4b41b13f-cba7-4757-bc40-a0e38ec92120", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4aecfbdf-4bbe-4e1d-b67a-1595cab43f2c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "05048bf4-794a-4e80-a855-d9345416791e", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "3e8fb7fd-71ad-4db6-b2cf-76d9fa367e4c", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3e8fb7fd-71ad-4db6-b2cf-76d9fa367e4c" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-4b41b13f-cba7-4757-bc40-a0e38ec92120" }, { "name": "Update a Device", "id": "227c2a0e-304c-41df-8002-4323499577ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6b0a33f9-1332-427c-b04a-2dfa588fee02", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "66cebf3a-c4d2-4a2b-a531-c716a66e9aaa", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "5df814c2-9a83-4d4f-b687-002cd3c8e0f0", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5df814c2-9a83-4d4f-b687-002cd3c8e0f0" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-227c2a0e-304c-41df-8002-4323499577ec" } ], "id": "85369187-bca6-4fb5-bd25-56ef9dee8600", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-85369187-bca6-4fb5-bd25-56ef9dee8600" }, { "name": "List All Devices", "id": "32c19eda-1709-4a6a-acff-dac22e8ac5a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "203dff7d-9fdf-4a21-be12-97416c843853", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3c72810f-a5ef-45b1-8bea-8996073dbead", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"cupidatat_f\": -3783789.7652169615,\n \"in_8\": \"nisi officia sed\",\n \"irure_f30\": -6808250.860316128,\n \"labore_0f2\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"mollit_f\": 73418860.81319329\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3c72810f-a5ef-45b1-8bea-8996073dbead" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-32c19eda-1709-4a6a-acff-dac22e8ac5a7" }, { "name": "Create a Device", "id": "6444bfd2-45ff-42e1-bfc3-a6757e2d360d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "725bd5fa-bf67-4b24-83c2-06a06787e7b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9601c4fd-11af-4b51-9900-f3238b186927", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"fugiat933\": -8095905.030393615\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9601c4fd-11af-4b51-9900-f3238b186927" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-6444bfd2-45ff-42e1-bfc3-a6757e2d360d" } ], "id": "cc06ae1f-851e-425f-a10a-ad4aa01392b8", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-cc06ae1f-851e-425f-a10a-ad4aa01392b8" }, { "name": "employee", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Employee", "id": "15901641-8ced-4969-a426-a9df3e4b8b46", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "variable": [ { "id": "b3133d2c-02f7-4a75-9d61-8dfd12c2175e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e7a723b9-980d-4ef3-8ec6-aa4f75388b04", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "53295d56-c992-4b13-bc60-f374da17f681", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-53295d56-c992-4b13-bc60-f374da17f681" }, { "id": "e54c9b07-222b-4b45-85d2-61801ebab486", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e54c9b07-222b-4b45-85d2-61801ebab486" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-15901641-8ced-4969-a426-a9df3e4b8b46" }, { "name": "Retrieve an Employee", "id": "3498d462-737f-4042-928b-e56e471e4cd2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "05ebdb58-6390-4267-9f3e-374947805ad2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2ff23604-d201-4cba-836e-e42dd023efa0", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "3acda7c5-ebe4-4f54-a68f-42f19dc91752", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3acda7c5-ebe4-4f54-a68f-42f19dc91752" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3498d462-737f-4042-928b-e56e471e4cd2" }, { "name": "Update an Employee", "id": "cff6e85a-53c6-459c-a02a-26fbc7e42701", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "55d15c97-a33f-4002-853d-d185a0bd6388", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1b68a5b1-e533-4676-99d2-2e3dd54dc785", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "bec8b2ea-3753-41da-99cb-b7a80aa26788", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-bec8b2ea-3753-41da-99cb-b7a80aa26788" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-cff6e85a-53c6-459c-a02a-26fbc7e42701" }, { "name": "Update an Employee", "id": "294daab0-ba17-4bde-956c-f5522c87e745", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2849aa0a-6600-4142-a0bd-c15b1dc3c6b5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0ba6d3fa-42d6-458e-8a87-7d962af8db55", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "5cdfb66d-7930-4d13-9e96-c7a4d3e31c40", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5cdfb66d-7930-4d13-9e96-c7a4d3e31c40" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-294daab0-ba17-4bde-956c-f5522c87e745" } ], "id": "636f1e0b-6e2d-410e-b463-397453db240a", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-636f1e0b-6e2d-410e-b463-397453db240a" }, { "name": "List All Employees", "id": "c5f9bd81-c811-41e3-bb15-bc982a5875ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7d06d88a-6b47-4738-96e8-6e8988302aae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ba4799d0-c54e-4450-bd0b-64be1c9c82b3", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"SALESREP\"\n ],\n \"employment_status\": \"INACTIVE\",\n \"employment_type\": \"PART_TIME\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"magna8\": -11684799\n },\n \"type\": \"TEAM\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"do527\": \"laborum\"\n },\n \"type\": \"BUSINESS_UNIT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sunt35\": -7794826.761406526,\n \"doloree\": \"et sint tempor\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sit_d\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"Utb\": -31918493.894486576\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"PARENT\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMERGENCY\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"ADMIN\",\n \"SALESREP\"\n ],\n \"employment_status\": \"INACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"MALE\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"aute_d_\": \"ipsum aliquip tempor occaecat ullamco\"\n },\n \"type\": \"TEAM\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"mollitb_\": -93475433,\n \"adipisicing_0\": 21034708,\n \"in7a4\": -48765414.32314969,\n \"nisi8\": -43337503\n },\n \"type\": \"GROUP\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"enim_b7\": -68014400\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_b_\": 89364987,\n \"sunt4b\": \"fugiat tempor commodo exercitation\",\n \"dolore709\": -22240097,\n \"laboris_f6a\": 63558303\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"qui73a\": -55021053\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"FRIEND\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"EMERGENCY\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ba4799d0-c54e-4450-bd0b-64be1c9c82b3" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c5f9bd81-c811-41e3-bb15-bc982a5875ef" }, { "name": "Create an Employee", "id": "a92a40fe-f807-45da-85fd-cff458978af7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?fields=id&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2f8baa35-7b3d-4672-b2f2-41ad0a768f13", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b7641b47-489e-4deb-a478-96f04ed2e710", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"bio\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"INTERN\",\n \"first_name\": \"\",\n \"gender\": \"TRANS\",\n \"groups\": [\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_f52\": -9662306,\n \"cupidatat_1\": \"ad\"\n },\n \"type\": \"BRANCH\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit8\": 35824983\n },\n \"type\": \"DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"has_mfa\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"language_locale\": \"\",\n \"last_name\": \"\",\n \"locations\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ullamco_1\": \"Lorem ea\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderit_e8\": -50643702\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"nulla_e6\": 95275772\n },\n \"relationships\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"type\": \"SPOUSE\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"end_at\": \"\",\n \"first_name\": \"\",\n \"is_beneficiary\": \"\",\n \"is_dependent\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"start_at\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"CHILD\"\n }\n ],\n \"salutation\": \"\",\n \"ssn_sin\": \"\",\n \"storage_quota_allocated\": \"\",\n \"storage_quota_available\": \"\",\n \"storage_quota_used\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"terminated_at\": \"\",\n \"termination_reason\": \"\",\n \"timeoff_days_total\": \"\",\n \"timeoff_days_used\": \"\",\n \"timezone\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-b7641b47-489e-4deb-a478-96f04ed2e710" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-a92a40fe-f807-45da-85fd-cff458978af7" } ], "id": "ab10a20a-6009-4473-bb6b-78df29383ff1", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ab10a20a-6009-4473-bb6b-78df29383ff1" }, { "name": "group", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Group", "id": "18bd467a-6c21-4574-8ef4-52b746170a0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "variable": [ { "id": "abd5d380-2798-43bc-88f7-71c575ce912d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cd341edc-556c-4157-b2e6-29494356f2a8", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "5943e918-deb0-4f63-9f72-7c559942eb23", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5943e918-deb0-4f63-9f72-7c559942eb23" }, { "id": "3d262104-4874-4eea-9624-e6af30661c7a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3d262104-4874-4eea-9624-e6af30661c7a" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-18bd467a-6c21-4574-8ef4-52b746170a0c" }, { "name": "Retrieve a Group", "id": "48414e98-788e-44c3-8889-3a004cfbf040", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=id&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c38f7b75-8e91-41f6-805f-0f5a9219414d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1fcf6a1a-fa4c-465e-8983-a2bd8941f311", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "629e1c43-0001-43c9-9a1a-1abbfe00b91d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-629e1c43-0001-43c9-9a1a-1abbfe00b91d" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-48414e98-788e-44c3-8889-3a004cfbf040" }, { "name": "Update a Group", "id": "8a2c7dbd-792d-4c53-83dd-dbd14b12d985", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=id&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d87fea77-a268-4f3e-bd6f-e27e8facdffc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e25cffce-9497-43d3-8c08-790b2eede485", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "83dfd9a3-c5b3-4f20-9035-b0caf35d26ef", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-83dfd9a3-c5b3-4f20-9035-b0caf35d26ef" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-8a2c7dbd-792d-4c53-83dd-dbd14b12d985" }, { "name": "Update a Group", "id": "539cf12c-9390-4bcb-8b84-d44d6cfd9c56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=id&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9ffd2941-cff9-43b4-8e26-36cec8d068fb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e91b7c68-4ba3-4bd3-b46a-29428763e15f", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "767e7db0-ce56-4ed3-8eea-9fe9b7459fc2", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-767e7db0-ce56-4ed3-8eea-9fe9b7459fc2" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-539cf12c-9390-4bcb-8b84-d44d6cfd9c56" } ], "id": "1c420a9f-81c8-4a77-b16d-3ce1a52ca656", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-1c420a9f-81c8-4a77-b16d-3ce1a52ca656" }, { "name": "List All Groups", "id": "7d1a4eb3-d8c5-45e7-80f3-f4fd5c393ca6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&type=&fields=id&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ecc020f4-a72a-4886-a536-a46fcd1cfc2a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "04767700-0a57-41de-9ed1-0cc1763e2afe", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/group?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&type=&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"irure0\": \"voluptate mollit\"\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ipsum_8f\": false,\n \"consectetur_b\": -69634825\n },\n \"type\": \"SUB_DEPARTMENT\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-04767700-0a57-41de-9ed1-0cc1763e2afe" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-7d1a4eb3-d8c5-45e7-80f3-f4fd5c393ca6" }, { "name": "Create a Group", "id": "31cb5674-91f1-43d9-a370-b56a1f35ebc4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group?fields=id&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "63fd36a7-848f-4b93-adaa-05ab0ff716d6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "18ebf0ef-5ea3-41b4-8f8f-82ae1f23d4fd", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/group?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "group" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"manager_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam5\": \"laborum dolor i\",\n \"quiac\": \"exercitation sunt deserunt\",\n \"ut_dd\": false\n },\n \"type\": \"DIVISION\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-18ebf0ef-5ea3-41b4-8f8f-82ae1f23d4fd" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-31cb5674-91f1-43d9-a370-b56a1f35ebc4" } ], "id": "216f32e8-77ed-4307-8044-9205636b4a68", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-216f32e8-77ed-4307-8044-9205636b4a68" }, { "name": "location", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Location", "id": "5555b351-c314-489f-bda5-1c183597dbdb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "variable": [ { "id": "31e63bae-53ca-4a3b-83ca-09f0345d7092", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "074a0129-a8d4-4fe7-9a08-999c67cabd2d", "key": "id", "value": "", "description": "(Required) ID of the Location" } ] } }, "response": [ { "id": "29969dbc-d6b5-47d0-b47e-1e1d0b431928", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-29969dbc-d6b5-47d0-b47e-1e1d0b431928" }, { "id": "a921b52d-3b15-43c5-845e-7f09bc6a3817", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-a921b52d-3b15-43c5-845e-7f09bc6a3817" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-5555b351-c314-489f-bda5-1c183597dbdb" }, { "name": "Retrieve a Location", "id": "318157a2-a540-43b8-83a4-50ead7fd5ac6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=created_at&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "30ef1a24-e6ef-44a3-8d35-4ec8bbb18263", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0d292a00-c144-4a94-98ae-e70b4bcf9a86", "key": "id", "value": "", "description": "(Required) ID of the Location" } ] } }, "response": [ { "id": "81c7394f-29a8-40e1-b0a8-a641d4bc1bb9", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-81c7394f-29a8-40e1-b0a8-a641d4bc1bb9" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-318157a2-a540-43b8-83a4-50ead7fd5ac6" }, { "name": "Update a Location", "id": "66b71aca-968e-4921-a7d7-ec79154a3902", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=created_at&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6cb35454-1be9-40de-8ffb-6297812bd4bb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3bea993a-1f82-40b1-8000-a30c3b5406b7", "key": "id", "value": "", "description": "(Required) ID of the Location" } ] } }, "response": [ { "id": "957cc96c-49c6-4a29-b8aa-c5eea55ec87e", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-957cc96c-49c6-4a29-b8aa-c5eea55ec87e" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-66b71aca-968e-4921-a7d7-ec79154a3902" }, { "name": "Update a Location", "id": "61ec7fbd-13a0-490c-8d9c-54a634a30ce4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=created_at&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9d717904-1653-45a1-a743-c9c91318394e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3bc51e3f-4e94-42f8-a4fb-9201edbd5510", "key": "id", "value": "", "description": "(Required) ID of the Location" } ] } }, "response": [ { "id": "7edd0846-7c2a-435c-b257-721ee289ecf7", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location/:id?fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-7edd0846-7c2a-435c-b257-721ee289ecf7" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-61ec7fbd-13a0-490c-8d9c-54a634a30ce4" } ], "id": "0acf1de1-c326-49f5-99f2-d3d8c37dccbb", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-0acf1de1-c326-49f5-99f2-d3d8c37dccbb" }, { "name": "List All Locations", "id": "01928cb4-4d46-46da-8a5d-0107f322733b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=created_at&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bd3fa838-a7de-412a-91e4-c75c0717b638", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9de9762a-0db7-4379-99f0-91440a0418fd", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/location?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"adc_a\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"Ut3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9de9762a-0db7-4379-99f0-91440a0418fd" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-01928cb4-4d46-46da-8a5d-0107f322733b" }, { "name": "Create a Location", "id": "6566d7ea-2497-44ea-986a-ee98a157797f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location?fields=created_at&fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8226427b-77db-4f96-8ef2-95c815a82c45", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8f0bd940-f613-4878-a482-d42e5d2b274e", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/location?fields=parent_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "location" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"external_identifier\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_hq\": \"\",\n \"language_locale\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proident_78c\": 37800980.2105712,\n \"nisi61\": false,\n \"commodo_fd9\": 26859101\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-8f0bd940-f613-4878-a482-d42e5d2b274e" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-6566d7ea-2497-44ea-986a-ee98a157797f" } ], "id": "fbad7d8a-f09d-4214-9c41-e4949229c3a2", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-fbad7d8a-f09d-4214-9c41-e4949229c3a2" }, { "name": "payslip", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Payslip", "id": "7fc2f326-ad61-471f-b75c-96ccee9184e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/payslip/:id?fields=net_amount&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "net_amount" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "28cf50e7-e00b-4f8d-8ac5-f7307f6e814e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b1ffbfdd-9e24-4ff1-b2ee-7bcdb1eef162", "key": "id", "value": "", "description": "(Required) ID of the Payslip" } ] } }, "response": [ { "id": "0374de13-3774-47b9-9f98-b9f93aeef3af", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/payslip/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"raw\": {\n \"incididunt0\": true,\n \"magna_21\": -10523831.506118998\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_SPOUSE\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"reprehenderit_b32\": \"deserunt dolore reprehenderit nostrud\",\n \"in56d\": -33168432\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"EARNING_COMMISSION\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"POSTTAX_BENEFIT\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"DIRECT\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-0374de13-3774-47b9-9f98-b9f93aeef3af" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-7fc2f326-ad61-471f-b75c-96ccee9184e3" } ], "id": "8926033d-3d0a-48bc-b1be-8416c2b1d89e", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-8926033d-3d0a-48bc-b1be-8416c2b1d89e" }, { "name": "List All Payslips", "id": "f57feb04-a56c-4083-acd8-ceeb52bb9533", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/payslip?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=net_amount&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "net_amount" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "79ba4ea8-5ed5-420a-9f9c-06656502c94a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "83647d90-c745-488e-a0eb-1701b5e960fa", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/payslip?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"raw\": {\n \"anim_d\": \"occaecat enim esse deserunt\",\n \"occaecat66a\": 40038233.69832355,\n \"eu989\": 5165632.597705454,\n \"id82\": false\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_CHILD\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Excepteur4e\": \"Duis proident non mollit\"\n },\n \"start_at\": \"\",\n \"type\": \"FIXED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"EARNING_BONUS\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"POSTTAX_GARNISHMENT\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"DIRECT\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"raw\": {\n \"nulla_0c\": false,\n \"ut_d\": 85669265.19822067\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_SPOUSE\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"in_d\": -99387323,\n \"dolor_a\": false\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"POSTTAX_BENEFIT\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"PRETAX_DEDUCTION_RETIREMENT\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"CASH\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-83647d90-c745-488e-a0eb-1701b5e960fa" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-f57feb04-a56c-4083-acd8-ceeb52bb9533" } ], "id": "af83125e-d9f5-45ae-8118-41fcad70235c", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-af83125e-d9f5-45ae-8118-41fcad70235c" }, { "name": "timeoff", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Timeoff", "id": "9cfebd25-0d7b-4faa-a862-38fc0b64c5ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "variable": [ { "id": "3ddd3ea2-ac7e-4641-b12c-0ae5d4a2eac5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "92f24445-b1a5-47a3-afbd-ad5e004e08ee", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "a8790584-493f-438c-9c69-844f86a9ee78", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-a8790584-493f-438c-9c69-844f86a9ee78" }, { "id": "38677203-f0d7-4d9f-8d89-c09d2b9b3ddf", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-38677203-f0d7-4d9f-8d89-c09d2b9b3ddf" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9cfebd25-0d7b-4faa-a862-38fc0b64c5ed" }, { "name": "Retrieve a Timeoff", "id": "c8a1a7b5-ee9f-431f-a0d3-863116bdacd7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=is_paid&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_paid" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d8424ec4-b28e-44d0-a5b6-d49a88033592", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cb7b27d4-ac8d-45d2-ad7e-8eb985448269", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "9d04785e-9b59-4bc7-a6e7-80f241f7dfd0", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9d04785e-9b59-4bc7-a6e7-80f241f7dfd0" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c8a1a7b5-ee9f-431f-a0d3-863116bdacd7" }, { "name": "Update a Timeoff", "id": "1fbc0d11-d3a5-45a4-bbd2-50224ecd77c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=is_paid&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_paid" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3566798f-d05b-477c-86d0-dc82a420a00d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e32d501d-bb95-4cee-bb9b-951ee9d2fa9a", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "d3950ea2-0af0-466d-96a0-c87d7dd8f2a7", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-d3950ea2-0af0-466d-96a0-c87d7dd8f2a7" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-1fbc0d11-d3a5-45a4-bbd2-50224ecd77c2" }, { "name": "Update a Timeoff", "id": "c5cb71b3-37b1-4335-b2ff-e8e342b8e9ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=is_paid&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_paid" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f53938e2-d2e5-42c8-8770-ea2926a915da", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "18243568-8070-4dc1-9648-69e828711bd2", "key": "id", "value": "", "description": "(Required) ID of the Timeoff" } ] } }, "response": [ { "id": "438e4591-c08d-472e-ac5e-7af0e32e0435", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff/:id?fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-438e4591-c08d-472e-ac5e-7af0e32e0435" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-c5cb71b3-37b1-4335-b2ff-e8e342b8e9ed" } ], "id": "006b76ff-c28a-48c9-a0c3-a1b27a655070", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-006b76ff-c28a-48c9-a0c3-a1b27a655070" }, { "name": "List All Timeoffs", "id": "3af14dc8-15f1-4a36-9fc7-4f20ef7fcf31", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&start_gte=&end_lt=&fields=is_paid&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_paid" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5f20a5f2-02af-46fd-a278-a2086aaaa320", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "16fc9641-33ff-43e5-83cc-2e4bda3f3031", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&start_gte=&end_lt=&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"Duise\": true\n },\n \"reason\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"cillum__\": true\n },\n \"reason\": \"\",\n \"status\": \"DENIED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-16fc9641-33ff-43e5-83cc-2e4bda3f3031" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3af14dc8-15f1-4a36-9fc7-4f20ef7fcf31" }, { "name": "Create a Timeoff", "id": "abd8df8a-705a-4a3d-a95d-5635265d75d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?fields=is_paid&fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_paid" }, { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ba6ae32f-068a-43bf-91cd-3ea1827d4d45", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "269f4ddb-5753-45f6-8544-4387ffd374e5", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeoff?fields=comments&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeoff" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "comments" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"start_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"comments\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_paid\": \"\",\n \"raw\": {\n \"commodo_6\": false,\n \"officia_0\": -90060717\n },\n \"reason\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-269f4ddb-5753-45f6-8544-4387ffd374e5" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-abd8df8a-705a-4a3d-a95d-5635265d75d7" } ], "id": "ec2d5689-631c-46e4-bac0-0b27ef6df5bc", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ec2d5689-631c-46e4-bac0-0b27ef6df5bc" }, { "name": "timeshift", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Timeshift", "id": "57740dc5-d690-427f-a9f3-117681f7b350", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "variable": [ { "id": "2a12eae7-0608-430a-b469-a3ebb244a1ed", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3faa749e-2419-4594-822e-9f28f8764836", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "fd86d8d7-31a8-4f60-9348-8f7b467f80a3", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-fd86d8d7-31a8-4f60-9348-8f7b467f80a3" }, { "id": "4bebc478-20ca-4bcd-805f-97cfda2df203", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-4bebc478-20ca-4bcd-805f-97cfda2df203" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-57740dc5-d690-427f-a9f3-117681f7b350" }, { "name": "Retrieve a Timeshift", "id": "55c9c53e-3576-4f5b-a656-9c5a3f7969aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=company_id&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8dd3e268-49f0-4b00-91f5-a8a13bb94194", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6f2b0e3f-4022-444d-abab-ab43513a557c", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "4cc24724-757e-49a9-a12e-ec4e7904150d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-4cc24724-757e-49a9-a12e-ec4e7904150d" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-55c9c53e-3576-4f5b-a656-9c5a3f7969aa" }, { "name": "Update a Timeshift", "id": "3c44b21f-4c03-43ca-9f0b-d29df927e179", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=company_id&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1d879b59-9fde-4fd3-a968-75c0c680a6af", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9f3d3f9f-1ebd-467a-b6eb-79b23b974a6c", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "9842c198-9f8c-465e-ad5d-5ad3b4f0a401", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-9842c198-9f8c-465e-ad5d-5ad3b4f0a401" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-3c44b21f-4c03-43ca-9f0b-d29df927e179" }, { "name": "Update a Timeshift", "id": "4cdc90e9-e6ef-4e47-a7f5-2f8211e087e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=company_id&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7bd45fe5-07ab-49f3-b0ac-c3df6fd58639", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a20f7424-eca3-425f-b0bd-15a56f45127d", "key": "id", "value": "", "description": "(Required) ID of the Timeshift" } ] } }, "response": [ { "id": "a1b6fe9c-136b-4960-8ef7-5c358555095a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift/:id?fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-a1b6fe9c-136b-4960-8ef7-5c358555095a" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-4cdc90e9-e6ef-4e47-a7f5-2f8211e087e1" } ], "id": "ebd8b020-1f79-4085-833c-e84d1fe3b118", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-ebd8b020-1f79-4085-833c-e84d1fe3b118" }, { "name": "List All Timeshifts", "id": "1de7888e-52ad-4114-a5e8-1e913e22658c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&location_id=&start_gte=&end_lt=&fields=company_id&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The location ID to filter by (reference to HrisLocation)", "key": "location_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6ff5840c-cd72-466c-a090-bdcb869d88ee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "845da319-46f4-4266-9448-11aa352c5d27", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&location_id=&start_gte=&end_lt=&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The location ID to filter by (reference to HrisLocation)", "key": "location_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"auted\": 2659786.983128324\n },\n \"updated_at\": \"\"\n },\n {\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"dolor_9\": 92559567,\n \"consequat_7_b\": 33115925.96020651\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-845da319-46f4-4266-9448-11aa352c5d27" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-1de7888e-52ad-4114-a5e8-1e913e22658c" }, { "name": "Create a Timeshift", "id": "6f40080b-a9f4-4f6e-803a-a3fa72e6cb7c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?fields=company_id&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "0f29cc30-c60f-4846-a5d2-e13277a4e91d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e366526b-8a24-4126-b914-342e70438d64", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/timeshift?fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "timeshift" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employee_user_id\": \"\",\n \"start_at\": \"\",\n \"end_at\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"group_id\": \"\",\n \"hours\": \"\",\n \"id\": \"\",\n \"is_approved\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"ad_35\": 17206824,\n \"qui_f\": \"dolore sint labore\",\n \"exercitation_\": \"incididunt\",\n \"consectetur_028\": -90488004\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-e366526b-8a24-4126-b914-342e70438d64" } ], "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-6f40080b-a9f4-4f6e-803a-a3fa72e6cb7c" } ], "id": "73f92e2d-3784-4b6f-b6e2-1430dbd4c0a9", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-73f92e2d-3784-4b6f-b6e2-1430dbd4c0a9" } ], "id": "490fbad0-ea37-44c5-a9a5-4b51a21509f3", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-490fbad0-ea37-44c5-a9a5-4b51a21509f3" } ], "id": "df95b866-ebfb-46ab-bb6e-b9ddf55db0d8", "createdAt": "2026-07-28T03:24:10.000Z", "updatedAt": "2026-07-28T03:24:10.000Z", "uid": "35240-df95b866-ebfb-46ab-bb6e-b9ddf55db0d8" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }