{ "info": { "_postman_id": "8021d4b5-686a-42b3-9f3c-78dc4674a63e", "name": "Unified.to account employee 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:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-8021d4b5-686a-42b3-9f3c-78dc4674a63e" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "employee", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Employee", "id": "b2d12133-f067-4f00-a2cc-cae66b1c4a3e", "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": "3257fc01-f840-4129-81d1-b5aa45a51548", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "04e71f38-490c-410c-bfe6-74d93ebbdbaf", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "f7ef9b08-2ab1-4b44-b03d-962ddf1a2716", "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:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-f7ef9b08-2ab1-4b44-b03d-962ddf1a2716" }, { "id": "236108f6-b4d2-4960-bf0f-0194255f1be2", "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:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-236108f6-b4d2-4960-bf0f-0194255f1be2" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-b2d12133-f067-4f00-a2cc-cae66b1c4a3e" }, { "name": "Retrieve an Employee", "id": "72c97304-3116-491c-ae7b-cf2dd87fda13", "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=employment_type&fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employment_type" }, { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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": "1450298b-219b-45f4-aa8d-96e79890423f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7141f7b1-b654-4034-9eee-21ad5a1d56e0", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "46ea0243-56d4-4e02-b348-2a42be111406", "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=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-46ea0243-56d4-4e02-b348-2a42be111406" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-72c97304-3116-491c-ae7b-cf2dd87fda13" }, { "name": "Update an Employee", "id": "ffbadc06-e806-493d-ab3e-13115de66f26", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=employment_type&fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employment_type" }, { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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": "a74f84bc-3df4-4803-b297-9357b271427a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2bcc86c7-1495-4f04-9835-27adb035fd8c", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "6cdd839b-04d6-47c1-8ad3-f907d43c49aa", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-6cdd839b-04d6-47c1-8ad3-f907d43c49aa" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-ffbadc06-e806-493d-ab3e-13115de66f26" }, { "name": "Update an Employee", "id": "c8ade95d-c9fb-4023-8d5e-16b607ad12ea", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=employment_type&fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employment_type" }, { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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": "7450adeb-f2d1-4eb0-ad07-f7a7c5a2c89e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7cefa36f-85bc-46b1-8b1e-2362f127fcb1", "key": "id", "value": "", "description": "(Required) ID of the Employee" } ] } }, "response": [ { "id": "c2ac8a75-c7af-4dba-abba-f88888c26efb", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee/:id?fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-c2ac8a75-c7af-4dba-abba-f88888c26efb" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-c8ade95d-c9fb-4023-8d5e-16b607ad12ea" } ], "id": "7637bd2a-ad2e-44a5-9658-8cf936b2305b", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-7637bd2a-ad2e-44a5-9658-8cf936b2305b" }, { "name": "List All Employees", "id": "6137c172-3bd0-456a-aec4-ce76b26c9bb1", "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=employment_type&fields=relationships&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": "employment_type" }, { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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": "a0243e70-ee3f-4607-96bb-ae0c090b49ab", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6c992840-b034-40fa-b0b6-9d944a67b5f6", "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=relationships&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": "relationships" }, { "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\": \"WEEK\",\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 \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"SALESREP\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"FULL_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 \"laboris4b\": 50766873.11183515,\n \"sit83\": \"non\",\n \"velit_24\": \"consectetur in dolore et\"\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 \"veniam_f\": 27281999.507879287,\n \"ullamco_23\": -41099755,\n \"enim_d\": 93930923,\n \"culpa_46f\": true\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 \"laboris43\": \"ea aute\",\n \"aliquip_0\": -97379191,\n \"sit7\": 89049942.01421964\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 \"uta60\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"id9_f\": 24324458\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\": \"OTHER\"\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\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"FRIEND\"\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 {\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\": \"OTHER\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"date_of_birth\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"SALESREP\",\n \"MANAGER\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"FULL_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 \"deserunte\": 43417726\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 \"quia\": false\n },\n \"type\": \"TEAM\",\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 \"culpa_e6\": -92065484\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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 \"irure_a09\": \"ut incididunt\",\n \"sint23\": \"ea\",\n \"irured\": true,\n \"tempor6f0\": true,\n \"ameta\": \"ut\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"manager_id\": \"\",\n \"marital_status\": \"SINGLE\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\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 \"adfe\": false,\n \"commodocc\": -33170001\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\": \"MOBILE\"\n }\n ],\n \"type\": \"CHILD\"\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\": \"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\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\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\": \"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]", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-6c992840-b034-40fa-b0b6-9d944a67b5f6" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-6137c172-3bd0-456a-aec4-ce76b26c9bb1" }, { "name": "Create an Employee", "id": "92d9ff8e-883c-4852-9bfc-fd5d24327b52", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?fields=employment_type&fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "employment_type" }, { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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": "09aac697-86d0-4a0f-a8ec-848231b08332", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bd2fef0b-9d9a-49c1-b02f-5caedb3d5090", "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/employee?fields=relationships&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "employee" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "relationships" }, { "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\": \"YEAR\",\n \"group_id\": \"\",\n \"notes\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"amount\": \"\",\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\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\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employee_number\": \"\",\n \"employee_roles\": [\n \"MANAGER\",\n \"ADMIN\"\n ],\n \"employment_status\": \"ACTIVE\",\n \"employment_type\": \"OTHER\",\n \"first_name\": \"\",\n \"gender\": \"INTERSEX\",\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 \"sunt_97\": \"eu enim\"\n },\n \"type\": \"DEPARTMENT\",\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 \"elit_79\": 57380911,\n \"suntb3\": true\n },\n \"type\": \"SUB_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 \"irure_001\": false,\n \"sunt_c8\": 2417248\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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 \"nostrudc\": 39094256.581700146,\n \"non_9\": 36114571.269914806\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 \"manager_id\": \"\",\n \"marital_status\": \"MARRIED\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pronouns\": \"\",\n \"raw\": {\n \"reprehenderit_db4\": false\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\": \"OTHER\"\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\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"FAX\"\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\": \"WORK\"\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}", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-bd2fef0b-9d9a-49c1-b02f-5caedb3d5090" } ], "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-92d9ff8e-883c-4852-9bfc-fd5d24327b52" } ], "id": "eceaba04-e2e4-47ec-adb0-18a0456a9f89", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-eceaba04-e2e4-47ec-adb0-18a0456a9f89" } ], "id": "b9964321-93a3-47de-8407-5ef2242b60f3", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-b9964321-93a3-47de-8407-5ef2242b60f3" } ], "id": "aa57163c-db28-429f-aa89-6f8ff7a83b11", "createdAt": "2026-07-28T03:23:56.000Z", "updatedAt": "2026-07-28T03:23:56.000Z", "uid": "35240-aa57163c-db28-429f-aa89-6f8ff7a83b11" } ], "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" } ] }