Employee Citizenship Record
GET {{base_url}}/employee/:Employee/citizenship/:RecordID
NOTE: If you have the Accounting and/or Resource Planning modules installed, then you can access citizenship information.
Use this endpoint to retrieve a specific citizenship record for an employee in the Employees hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"RecordID":"7e5fcdc205164442b026e89b4b0a3745","Employee":"00001","CitizenshipType":"NATO-5","Country":"US","Expiration":"2023-12-30T00:00:00.000","CountryDescription":"United States","CitizenshipTypeDescription":"Experts, other than NATO officials classifiable under NATO-4, employed on missions on behalf of NATO and their dependents"}]