HRIS
- Overview
- Use Cases
Common Guides
API Reference
- Benefits
- Companies
- Custom Field Definitions
- Documents
- Employees
- POSTCreates an employee
- GETGet Employee
- POSTInvite Employee
- GETList Employees
- PATCHUpdates an employee
- Documents
- Employments
- Skills
- Time Off
- Time Off Balances
- Work Eligibility
- POST
- Employments
- Groups
- Interviews
- Jobs
- Locations
- Time Entries
- Time Off
- Time Off Policies
Get Employee
curl --request GET \
--url https://api.stackone.com/unified/hris/employees/{id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'x-account-id: <x-account-id>'
{
"data": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"first_name": "Issac",
"last_name": "Newton",
"name": "Issac Newton",
"display_name": "Sir Issac Newton",
"avatar_url": "https://example.com/avatar.png",
"personal_email": "isaac.newton@example.com",
"personal_phone_number": "+1234567890",
"work_email": "newton@example.com",
"work_phone_number": "+1234567890",
"job_id": "5290",
"job_title": "Physicist",
"job_description": "Testing the laws of motion",
"department_id": "3093",
"department": "Physics",
"groups": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
}
],
"cost_centers": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "R&D",
"distribution_percentage": 100
}
],
"manager_id": "67890",
"remote_manager_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"gender": "male",
"preferred_language": "en_US",
"ethnicity": "white",
"date_of_birth": "1990-01-01T00:00.000Z",
"birthday": "2021-01-01T00:00:00Z",
"marital_status": "single",
"avatar": "https://example.com/avatar.png",
"hire_date": "2021-01-01T00:00.000Z",
"start_date": "2021-01-01T00:00.000Z",
"tenure": 2,
"work_anniversary": "2021-01-01T00:00:00Z",
"employment_type": "full_time",
"employment_contract_type": "full_time",
"employment_status": "active",
"termination_date": "2021-01-01T00:00:00Z",
"company_name": "Example Corp",
"company_id": "1234567890",
"citizenships": [
{
"value": "US",
"source_value": "<string>"
}
],
"home_location": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"name": "Woolsthorpe Manor",
"phone_number": "+44 1476 860 364",
"street_1": "Water Lane",
"street_2": "Woolsthorpe by Colsterworth",
"city": "Grantham",
"state": "Lincolnshire",
"zip_code": "NG33 5NR",
"country": {
"value": "US",
"source_value": "<string>"
},
"location_type": "work",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"work_location": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"name": "Woolsthorpe Manor",
"phone_number": "+44 1476 860 364",
"street_1": "Water Lane",
"street_2": "Woolsthorpe by Colsterworth",
"city": "Grantham",
"state": "Lincolnshire",
"zip_code": "NG33 5NR",
"country": {
"value": "US",
"source_value": "<string>"
},
"location_type": "work",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"company": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "StackOne Technologies PLC",
"display_name": "StackOne",
"created_at": "2023-02-23T00:00:00.000Z",
"updated_at": "2024-02-23T00:00:00.000Z"
},
"employments": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"job_title": "Software Engineer",
"pay_rate": "40.00",
"pay_period": "monthly",
"pay_frequency": "hourly",
"pay_currency": "USD",
"effective_date": "2021-01-01T01:01:01.000Z",
"employment_type": "permanent",
"employment_contract_type": "full_time",
"time_worked": "P0Y0M0DT8H0M0S",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z",
"start_date": "2021-01-01T01:01:01.000Z",
"end_date": "2021-01-01T01:01:01.000Z",
"active": true,
"department": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"cost_center": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"cost_centers": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"distribution_percentage": 85,
"type": {
"value": "team",
"source_value": "<string>"
}
}
],
"division": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"job": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"title": "Software Engineer",
"description": {
"text": "Testing the laws of motion"
},
"owner_id": "5356",
"parent_id": "7577"
},
"type": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Permanent",
"type": "permanent"
},
"contract_type": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Full-Time",
"contract_type": "full_time"
},
"manager": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"role": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Admin",
"role_type": "admin"
}
}
]
}
],
"custom_fields": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Training Completion Status",
"value": "Completed",
"value_id": "value_456",
"remote_value_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48"
}
],
"benefits": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Health Insurance",
"benefit_type": {
"value": "retirement_savings",
"source_value": "<string>"
},
"provider": "Aetna",
"description": "Health insurance for employees",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}
],
"employee_number": "125",
"national_identity_number": {
"value": "123456789",
"type": {
"value": "ssn",
"source_value": "<string>"
},
"country": {
"value": "US",
"source_value": "<string>"
}
},
"national_identity_numbers": [
{
"value": "123456789",
"type": {
"value": "ssn",
"source_value": "<string>"
},
"country": {
"value": "US",
"source_value": "<string>"
}
}
],
"skills": [
{
"id": "16873-IT345",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Information-Technology",
"active": true,
"language": {
"value": "en_GB",
"source_value": "<string>"
},
"maximum_proficiency": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Expert",
"value": "1",
"source_value": "<string>"
},
"minimum_proficiency": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Expert",
"value": "1",
"source_value": "<string>"
}
}
],
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"raw": [
{
"method": "<string>",
"url": "<string>",
"body": "<string>",
"response": {}
}
]
}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Query Parameters
Indicates that the raw request result is returned
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
"id,remote_id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,benefits,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers,skills"
The comma separated list of fields that will be expanded in the response
"company,employments,work_location,home_location,groups,skills"
The comma separated list of fields that will be included in the response
"avatar_url,avatar,custom_fields,job_description,benefits"
Response
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The employee first name
"Issac"
The employee last name
"Newton"
The employee name
"Issac Newton"
The employee display name
"Sir Issac Newton"
The employee avatar Url
"https://example.com/avatar.png"
The employee personal email
"isaac.newton@example.com"
The employee personal phone number
"+1234567890"
The employee work email
"newton@example.com"
The employee work phone number
"+1234567890"
The employee job id
"5290"
The employee job title
"Physicist"
The employee job description
"Testing the laws of motion"
"Testing the laws of motion"
The employee department id
"3093"
The employee department
"Physics"
The employee groups
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the group
"Engineering"
The list of parent group ids of the given group
["cxIQNjUyNDM0", "cxIQNjQzNzI0MQ"]
Provider's list of parent group remote ids of the given group
["652434", "6437241"]
The list of group owner ids of the given group
["cxIQNjUyEDM0", "cxIQNjQzNzA0MQ"]
The list of remote group owner ids of the given group
["475364", "4327652"]
The employee cost centers
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
"R&D"
100
The employee manager ID
"67890"
Provider's unique identifier of the manager
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
The employee preferred language
The ISO639-2 Code of the language
aar
, afr
, amh
, ara
, aym
, aze
, bel
, bul
, bis
, ben
, bos
, byn
, cat
, cha
, ces
, deu
, div
, dzo
, ell
, eng
, spa
, est
, fas
, fan
, ful
, fin
, fij
, fao
, fra
, gle
, grn
, glv
, heb
, hin
, hrv
, hat
, hun
, hye
, ind
, isl
, ita
, jpn
, kat
, kon
, kaz
, kal
, khm
, kor
, kur
, kir
, lat
, ltz
, lin
, lao
, lit
, lub
, lav
, mlg
, mah
, mri
, mkd
, msa
, mlt
, mya
, nob
, nep
, nld
, nno
, nor
, nbl
, nya
, pan
, pol
, pus
, por
, rar
, roh
, rup
, ron
, rus
, kin
, sag
, sin
, slk
, smo
, sna
, som
, sqi
, srp
, ssw
, swe
, swa
, tam
, tgk
, tha
, tir
, tig
, zho
, unmapped_value
"eng"
"en_US"
The employee ethnicity
The employee date_of_birth
"1990-01-01T00:00.000Z"
The employee birthday
"2021-01-01T00:00:00Z"
The employee hire date
"2021-01-01T00:00.000Z"
The employee start date
"2021-01-01T00:00.000Z"
The employee tenure
2
The employee work anniversary
"2021-01-01T00:00:00Z"
The employee employment type
"full_time"
The employee termination date
"2021-01-01T00:00:00Z"
The employee company name
"Example Corp"
The employee company id
"1234567890"
The citizenships of the Employee
The ISO3166-1 Alpha2 Code of the Country
AF
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, HR
, CU
, CW
, CY
, CZ
, CI
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RO
, RU
, RW
, RE
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, unmapped_value
"US"
The employee home location
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The employee ID
"1687-3"
Provider's unique identifier of the employee
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
The name of the location
"Woolsthorpe Manor"
The phone number of the location
"+44 1476 860 364"
The first line of the address
"Water Lane"
The second line of the address
"Woolsthorpe by Colsterworth"
The city where the location is situated
"Grantham"
The state where the location is situated
"Lincolnshire"
The ZIP code/Postal code of the location
"NG33 5NR"
The country code
The ISO3166-1 Alpha2 Code of the Country
AF
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, HR
, CU
, CW
, CY
, CZ
, CI
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RO
, RU
, RW
, RE
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, unmapped_value
"US"
The created_at date
"2021-01-01T01:01:01.000Z"
The updated_at date
"2021-01-01T01:01:01.000Z"
The employee work location
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The employee ID
"1687-3"
Provider's unique identifier of the employee
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
The name of the location
"Woolsthorpe Manor"
The phone number of the location
"+44 1476 860 364"
The first line of the address
"Water Lane"
The second line of the address
"Woolsthorpe by Colsterworth"
The city where the location is situated
"Grantham"
The state where the location is situated
"Lincolnshire"
The ZIP code/Postal code of the location
"NG33 5NR"
The country code
The ISO3166-1 Alpha2 Code of the Country
AF
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, HR
, CU
, CW
, CY
, CZ
, CI
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RO
, RU
, RW
, RE
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, unmapped_value
"US"
The created_at date
"2021-01-01T01:01:01.000Z"
The updated_at date
"2021-01-01T01:01:01.000Z"
The employee company
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the company
"StackOne Technologies PLC"
The display name of the company
"StackOne"
The created_at date
"2023-02-23T00:00:00.000Z"
The updated_at date
"2024-02-23T00:00:00.000Z"
The employee employments
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The employee ID associated with this employment
"1687-3"
Provider's unique identifier of the employee associated with this employment
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
The job title of the employee
"Software Engineer"
The pay rate for the employee
"40.00"
The pay frequency
hourly
, weekly
, bi_weekly
, four_weekly
, semi_monthly
, monthly
, bi_monthly
, quarterly
, semi_annually
, yearly
, thirteen_monthly
, pro_rata
, unmapped_value
, half_yearly
, daily
, fixed
"hourly"
The currency used for pay
"USD"
The effective date of the employment contract
"2021-01-01T01:01:01.000Z"
The type of employment (e.g., contractor, permanent)
contractor
, intern
, permanent
, apprentice
, freelance
, terminated
, temporary
, seasonal
, volunteer
, probation
, internal
, external
, expatriate
, employer_of_record
, casual
, Programme
, unmapped_value
"permanent"
The time worked for the employee in ISO 8601 duration format
"P0Y0M0DT8H0M0S"
The created_at date
"2021-01-01T01:01:01.000Z"
The updated_at date
"2021-01-01T01:01:01.000Z"
The start_date of employment
"2021-01-01T01:01:01.000Z"
The end_date of employment
"2021-01-01T01:01:01.000Z"
The employment active status
true
The employee department
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the group
"Engineering"
The list of parent group ids of the given group
["cxIQNjUyNDM0", "cxIQNjQzNzI0MQ"]
Provider's list of parent group remote ids of the given group
["652434", "6437241"]
The list of group owner ids of the given group
["cxIQNjUyEDM0", "cxIQNjQzNzA0MQ"]
The list of remote group owner ids of the given group
["475364", "4327652"]
The employee cost_center
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the group
"Engineering"
The list of parent group ids of the given group
["cxIQNjUyNDM0", "cxIQNjQzNzI0MQ"]
Provider's list of parent group remote ids of the given group
["652434", "6437241"]
The list of group owner ids of the given group
["cxIQNjUyEDM0", "cxIQNjQzNzA0MQ"]
The list of remote group owner ids of the given group
["475364", "4327652"]
The employee cost_centers
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the group
"Engineering"
The list of parent group ids of the given group
["cxIQNjUyNDM0", "cxIQNjQzNzI0MQ"]
Provider's list of parent group remote ids of the given group
["652434", "6437241"]
The list of group owner ids of the given group
["cxIQNjUyEDM0", "cxIQNjQzNzA0MQ"]
The list of remote group owner ids of the given group
["475364", "4327652"]
The distribution percentage for cost_center
85
The employee division
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Custom Unified Fields configured in your StackOne project
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The name of the group
"Engineering"
The list of parent group ids of the given group
["cxIQNjUyNDM0", "cxIQNjQzNzI0MQ"]
Provider's list of parent group remote ids of the given group
["652434", "6437241"]
The list of group owner ids of the given group
["cxIQNjUyEDM0", "cxIQNjQzNzA0MQ"]
The list of remote group owner ids of the given group
["475364", "4327652"]
The job of employee
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Title of the job
"Software Engineer"
The employee job description
"Testing the laws of motion"
The owner_id of the job
"5356"
The parent_id of the job
"7577"
The type of employment
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The label of the employment type
"Permanent"
The type of employment (e.g., contractor, permanent)
contractor
, intern
, permanent
, apprentice
, freelance
, terminated
, temporary
, seasonal
, volunteer
, probation
, internal
, external
, expatriate
, employer_of_record
, casual
, Programme
, unmapped_value
"permanent"
The employment work schedule type
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The label of the employment type
"Full-Time"
The employee manager
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The role of manager
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The label of the role type
"Admin"
The manager role type (e.g., admin, viewer)
"admin"
The employee custom fields
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The name of the custom field.
"Training Completion Status"
The value associated with the custom field.
"Completed"
The unique identifier for the value of the custom field.
"value_456"
Provider's unique identifier for the value of the custom field.
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
Current benefits of the employee
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The name of the benefit
"Health Insurance"
The provider of the benefit
"Aetna"
The description of the benefit
"Health insurance for employees"
The date and time the benefit was created
"2021-01-01T00:00:00Z"
The date and time the benefit was last updated
"2021-01-01T00:00:00Z"
The assigned employee number
"125"
The national identity number
"123456789"
The type of the national identity number
ssn
, nin
, sin
, nid
, pin
, pn
, umcn
, pic
, ric
, idnum
, cid
, nidnr
, pan
, aadhaar
, epic
, ptn
, itin
, tin
, uprc
, pcode
, ssi
, cedula
, passport
, voterid
, ntin
, bn
, fnr
, mva
, civil_id
, cnic
, nric
, fin
, uen
, registrationnumber
, nic
, personnummer
, ahv
, id
, eid
, va
, pid
, nrt
, nipt
, cbu
, cuit
, dni
, businessid
, vnr
, abn
, acn
, tfn
, jmbg
, bis
, insz
, nn
, egn
, pnf
, vat
, cnpj
, unp
, gst
, pst
, qst
, ni
, dic
, rc
, uid
, rut
, uscc
, cpf
, cpj
, cr
, stnr
, svnr
, ncf
, rnc
, nif
, ci
, ik
, kmkr
, registrikood
, tn
, ruc
, nit
, alv
, hetu
, ytunnus
, vn
, utr
, nifp
, amka
, cui
, nir
, siren
, siret
, tva
, oib
, hkid
, anum
, kennitala
, vsk
, npwp
, pps
, gstin
, idnr
, hr
, aic
, codicefiscale
, iva
, peid
, asmens
, pvm
, ctps
, vrn
, vtk
, int
, tk
, pas
, rne
, rg
, nci
, crnm
, pis
, insee
, tax
, mpf
, epfo
, esi
, pran
, uan
, idk
, bsn
, mid
, sss
, nie
, nss
, arc
, curp
, imss
, rfc
, ein
, other
, unknown
"ssn"
The country code
The ISO3166-1 Alpha2 Code of the Country
AF
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, HR
, CU
, CW
, CY
, CZ
, CI
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RO
, RU
, RW
, RE
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, unmapped_value
"US"
The national identity numbers
"123456789"
The type of the national identity number
ssn
, nin
, sin
, nid
, pin
, pn
, umcn
, pic
, ric
, idnum
, cid
, nidnr
, pan
, aadhaar
, epic
, ptn
, itin
, tin
, uprc
, pcode
, ssi
, cedula
, passport
, voterid
, ntin
, bn
, fnr
, mva
, civil_id
, cnic
, nric
, fin
, uen
, registrationnumber
, nic
, personnummer
, ahv
, id
, eid
, va
, pid
, nrt
, nipt
, cbu
, cuit
, dni
, businessid
, vnr
, abn
, acn
, tfn
, jmbg
, bis
, insz
, nn
, egn
, pnf
, vat
, cnpj
, unp
, gst
, pst
, qst
, ni
, dic
, rc
, uid
, rut
, uscc
, cpf
, cpj
, cr
, stnr
, svnr
, ncf
, rnc
, nif
, ci
, ik
, kmkr
, registrikood
, tn
, ruc
, nit
, alv
, hetu
, ytunnus
, vn
, utr
, nifp
, amka
, cui
, nir
, siren
, siret
, tva
, oib
, hkid
, anum
, kennitala
, vsk
, npwp
, pps
, gstin
, idnr
, hr
, aic
, codicefiscale
, iva
, peid
, asmens
, pvm
, ctps
, vrn
, vtk
, int
, tk
, pas
, rne
, rg
, nci
, crnm
, pis
, insee
, tax
, mpf
, epfo
, esi
, pran
, uan
, idk
, bsn
, mid
, sss
, nie
, nss
, arc
, curp
, imss
, rfc
, ein
, other
, unknown
"ssn"
The country code
The ISO3166-1 Alpha2 Code of the Country
AF
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, HR
, CU
, CW
, CY
, CZ
, CI
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RO
, RU
, RW
, RE
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, unmapped_value
"US"
The employee skills
The ID associated with this skill
"16873-IT345"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The name associated with this skill
"Information-Technology"
Whether the skill is active and therefore available for use
true
The language associated with this skill
The Locale Code of the language
ar_AR
, aa_ER
, af_NA
, af_ZA
, am_ET
, ar_AE
, ar_BH
, ar_DJ
, ar_DZ
, ar_EG
, ar_ER
, ar_IQ
, ar_JO
, ar_KM
, ar_KW
, ar_LB
, ar_LY
, ar_MA
, ar_MR
, ar_OM
, ar_PS
, ar_QA
, ar_SA
, ar_SD
, ar_SY
, ar_TD
, ar_TN
, ar_YE
, ay_BO
, ay_PE
, az_AZ
, az_IR
, be_BY
, bg_BG
, bi_VU
, bn_BD
, bn_IN
, bs_BA
, bs-ME
, byn_ER
, ca_AD
, ca_ES
, ca_FR
, ca_IT
, ch_GU
, cs_CZ
, da_DK
, de_AT
, de_BE
, de_CH
, de_DE
, de_LI
, de_LU
, de_VA
, de_MV
, dv_MV
, dz_BT
, el_CY
, el_GR
, en_AG
, en_AI
, en_AS
, en_AU
, en_BB
, en_BE
, en_BM
, en_BS
, en_BW
, en_BZ
, en_CA
, en_CC
, en_CK
, en_CM
, en_CW
, en_CX
, en_DG
, en_DM
, en_ER
, en_FJ
, en_FK
, en_FM
, en_GB
, en_GD
, en_GG
, en_GH
, en_GI
, en_GM
, en_GS
, en_GU
, en_GY
, en_HK
, en_IE
, en_IM
, en_IN
, en_IO
, en_JE
, en_JM
, en_KE
, en_KI
, en_KN
, en_KY
, en_LC
, en_LR
, en_LS
, en_MF
, en_MG
, en_MH
, en_MO
, en_MP
, en_MS
, en_MT
, en_MU
, en_MW
, en_MY
, en_NA
, en_NF
, en_NG
, en_NL
, en_NR
, en_NU
, en_NZ
, en_PG
, en_PH
, en_PK
, en_PN
, en_PR
, en_PW
, en_RW
, en_SB
, en_SC
, en_SD
, en_SG
, en_SH
, en_SL
, en_SS
, en_SX
, en_SZ
, en_TC
, en_TK
, en_TO
, en_TT
, en_TV
, en_TZ
, en_UG
, en_UM
, en_US
, en_VC
, en_VG
, en_VI
, en_VU
, en_WS
, en_ZA
, en_ZM
, en_ZW
, es_AR
, es_BO
, es_BZ
, es_CL
, es_CO
, es_CR
, es_CU
, es_DO
, es_EA
, es_EC
, es_EH
, es_ES
, es_GQ
, es_GT
, es_HN
, es_IC
, es_LA
, es_MX
, es_NI
, es_PA
, es_PE
, es_PH
, es_PR
, es_PY
, es_SV
, es_US
, es_UY
, es_VE
, et_EE
, fa_AF
, fa_IR
, fan_GA
, ff_CM
, ff_GN
, ff_MR
, ff_SN
, ff_BF
, fi_FI
, fj_FJ
, fo_FO
, fr_BE
, fr_BF
, fr_BI
, fr_BJ
, fr_BL
, fr_CA
, fr_CD
, fr_CF
, fr_CG
, fr_CH
, fr_CI
, fr_CM
, fr_DJ
, fr_DZ
, fr_FR
, fr_GA
, fr_GF
, fr_GG
, fr_GN
, fr_GP
, fr_GQ
, fr_HT
, fr_KM
, fr_JE
, fr_LU
, fr_LB
, fr_MA
, fr_MC
, fr_MF
, fr_MG
, fr_ML
, fr_MQ
, fr_MR
, fr_MU
, fr_NC
, fr_NE
, fr_PF
, fr_PM
, fr_RE
, fr_RW
, fr_SC
, fr_SN
, fr_SY
, fr_TD
, fr_TF
, fr_TG
, fr_TN
, fr_VU
, fr_VA
, fr_WF
, fr_YT
, ga_IE
, gn_PY
, gn_AR
, gu_IN
, gv_IM
, he_IL
, hi_IN
, hr_BA
, hr_HR
, hr_ME
, ht_HT
, hu_HU
, hy_AM
, hy_CY
, id_ID
, is_IS
, it_CH
, it_IT
, it_SM
, it_VA
, ja_JP
, ka_GE
, kg_CD
, kk_KZ
, kl_GL
, km_KH
, ko_KP
, ko_KR
, ku_IQ
, ky_KG
, la_VA
, lb_LU
, ln_AO
, ln_CD
, ln_CF
, ln_CG
, lo_LA
, lt_LT
, lu_CD
, lv_LV
, mg_MG
, mh_MH
, mi_NZ
, mk_MK
, mn_MN
, mr_IN
, ms_BN
, ms_MY
, ms_SG
, mt_MT
, my_MM
, nb_NO
, nb_BV
, nb_ZW
, ne_NP
, nl_AW
, nl_BE
, nl_BQ
, nl_CW
, nl_NL
, nl_SR
, nl_SX
, nl_MF
, nn_NO
, nn_BV
, no_NO
, no_BV
, no_SJ
, nr_ZA
, ny_MW
, pa_IN
, pa_PK
, pl_PL
, ps_AF
, pt_AO
, pt_BR
, pt_CH
, pt_CV
, pt_GQ
, pt_GW
, pt_LU
, pt_MO
, pt_MZ
, pt_PT
, pt_ST
, pt_TL
, qu_BO
, qu_EC
, qu_PE
, rar_CK
, rm_CH
, rup_MK
, ro_MD
, ro_RO
, ru_BY
, ru_KG
, ru_KZ
, ru_MD
, ru_RU
, ru_UA
, ru_AQ
, ru_TJ
, ru_TM
, ru_UZ
, rw_RW
, se_SE
, sg_CF
, si_LK
, sk_SK
, sl_SI
, sm_AS
, sm_WS
, sn_ZW
, so_DJ
, so_ET
, so_KE
, so_SO
, sq_AL
, sq_ME
, sq_XK
, sr_BA
, sr_ME
, sr_RS
, sr_XK
, ss_SZ
, ss_ZA
, sv_AX
, sv_FI
, sv_SE
, sw_KE
, sw_TZ
, sw_UG
, sw_CD
, ta_IN
, ta_MY
, ta_SG
, ta_LK
, te_IN
, tg_TJ
, th_TH
, ti_ER
, ti_ET
, tig_ER
, tk_TM
, tk_AF
, tn_BW
, tn_ZA
, to_TO
, tr_CY
, tr_TR
, ts_ZA
, uk_UA
, ur_IN
, ur_PK
, uz_AF
, uz_UZ
, ve_ZA
, vi_VN
, xh_ZA
, zh_CN
, zh_HK
, zh_MO
, zh_SG
, zh_TW
, zu_ZA
"en_GB"
The proficiency level of the skill
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The name associated with this proficiency
"Expert"
1
, 2
, 3
, 4
, 5
The proficiency level of the skill
Unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
Provider's unique identifier
"8187e5da-dc77-475e-9949-af0f1fa4e4e3"
The name associated with this proficiency
"Expert"
1
, 2
, 3
, 4
, 5
The created_at date
"2021-01-01T01:01:01.000Z"
The updated_at date
"2021-01-01T01:01:01.000Z"
Was this page helpful?
curl --request GET \
--url https://api.stackone.com/unified/hris/employees/{id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'x-account-id: <x-account-id>'
{
"data": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"first_name": "Issac",
"last_name": "Newton",
"name": "Issac Newton",
"display_name": "Sir Issac Newton",
"avatar_url": "https://example.com/avatar.png",
"personal_email": "isaac.newton@example.com",
"personal_phone_number": "+1234567890",
"work_email": "newton@example.com",
"work_phone_number": "+1234567890",
"job_id": "5290",
"job_title": "Physicist",
"job_description": "Testing the laws of motion",
"department_id": "3093",
"department": "Physics",
"groups": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
}
],
"cost_centers": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "R&D",
"distribution_percentage": 100
}
],
"manager_id": "67890",
"remote_manager_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"gender": "male",
"preferred_language": "en_US",
"ethnicity": "white",
"date_of_birth": "1990-01-01T00:00.000Z",
"birthday": "2021-01-01T00:00:00Z",
"marital_status": "single",
"avatar": "https://example.com/avatar.png",
"hire_date": "2021-01-01T00:00.000Z",
"start_date": "2021-01-01T00:00.000Z",
"tenure": 2,
"work_anniversary": "2021-01-01T00:00:00Z",
"employment_type": "full_time",
"employment_contract_type": "full_time",
"employment_status": "active",
"termination_date": "2021-01-01T00:00:00Z",
"company_name": "Example Corp",
"company_id": "1234567890",
"citizenships": [
{
"value": "US",
"source_value": "<string>"
}
],
"home_location": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"name": "Woolsthorpe Manor",
"phone_number": "+44 1476 860 364",
"street_1": "Water Lane",
"street_2": "Woolsthorpe by Colsterworth",
"city": "Grantham",
"state": "Lincolnshire",
"zip_code": "NG33 5NR",
"country": {
"value": "US",
"source_value": "<string>"
},
"location_type": "work",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"work_location": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"name": "Woolsthorpe Manor",
"phone_number": "+44 1476 860 364",
"street_1": "Water Lane",
"street_2": "Woolsthorpe by Colsterworth",
"city": "Grantham",
"state": "Lincolnshire",
"zip_code": "NG33 5NR",
"country": {
"value": "US",
"source_value": "<string>"
},
"location_type": "work",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"company": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "StackOne Technologies PLC",
"display_name": "StackOne",
"created_at": "2023-02-23T00:00:00.000Z",
"updated_at": "2024-02-23T00:00:00.000Z"
},
"employments": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"employee_id": "1687-3",
"remote_employee_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"job_title": "Software Engineer",
"pay_rate": "40.00",
"pay_period": "monthly",
"pay_frequency": "hourly",
"pay_currency": "USD",
"effective_date": "2021-01-01T01:01:01.000Z",
"employment_type": "permanent",
"employment_contract_type": "full_time",
"time_worked": "P0Y0M0DT8H0M0S",
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z",
"start_date": "2021-01-01T01:01:01.000Z",
"end_date": "2021-01-01T01:01:01.000Z",
"active": true,
"department": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"cost_center": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"cost_centers": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"distribution_percentage": 85,
"type": {
"value": "team",
"source_value": "<string>"
}
}
],
"division": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"unified_custom_fields": {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
},
"name": "Engineering",
"parent_ids": [
"cxIQNjUyNDM0",
"cxIQNjQzNzI0MQ"
],
"remote_parent_ids": [
"652434",
"6437241"
],
"owner_ids": [
"cxIQNjUyEDM0",
"cxIQNjQzNzA0MQ"
],
"remote_owner_ids": [
"475364",
"4327652"
],
"type": {
"value": "team",
"source_value": "<string>"
}
},
"job": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"title": "Software Engineer",
"description": {
"text": "Testing the laws of motion"
},
"owner_id": "5356",
"parent_id": "7577"
},
"type": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Permanent",
"type": "permanent"
},
"contract_type": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Full-Time",
"contract_type": "full_time"
},
"manager": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"role": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"label": "Admin",
"role_type": "admin"
}
}
]
}
],
"custom_fields": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Training Completion Status",
"value": "Completed",
"value_id": "value_456",
"remote_value_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48"
}
],
"benefits": [
{
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Health Insurance",
"benefit_type": {
"value": "retirement_savings",
"source_value": "<string>"
},
"provider": "Aetna",
"description": "Health insurance for employees",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}
],
"employee_number": "125",
"national_identity_number": {
"value": "123456789",
"type": {
"value": "ssn",
"source_value": "<string>"
},
"country": {
"value": "US",
"source_value": "<string>"
}
},
"national_identity_numbers": [
{
"value": "123456789",
"type": {
"value": "ssn",
"source_value": "<string>"
},
"country": {
"value": "US",
"source_value": "<string>"
}
}
],
"skills": [
{
"id": "16873-IT345",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Information-Technology",
"active": true,
"language": {
"value": "en_GB",
"source_value": "<string>"
},
"maximum_proficiency": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Expert",
"value": "1",
"source_value": "<string>"
},
"minimum_proficiency": {
"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
"name": "Expert",
"value": "1",
"source_value": "<string>"
}
}
],
"created_at": "2021-01-01T01:01:01.000Z",
"updated_at": "2021-01-01T01:01:01.000Z"
},
"raw": [
{
"method": "<string>",
"url": "<string>",
"body": "<string>",
"response": {}
}
]
}