Download OpenAPI specification:Download
| id required | string LJA employee number. Left padded to 6 digits with |
{- "originalHireDate": "2019-08-24T14:15:22Z",
- "workEmail": "user@example.com",
- "jobTitle": "string",
- "schedule980": "string",
- "jobCode": {
- "code": "string",
- "description": "string"
}, - "isActive": true,
- "employeeStatus": {
- "code": "A",
- "description": "string"
}, - "directDeposit": {
- "routing": "string",
- "bank": "string",
- "accountType": "C",
- "account": "string"
}, - "employeeNumber": "string",
- "skills": [
- {
- "code": "string",
- "name": "string"
}
], - "workLocation": {
- "code": "string",
- "address": {
- "zip": "string",
- "country": "string",
- "city": "string",
- "state": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "name": "string",
- "isActive": true
}, - "terminationDate": "2019-08-24T14:15:22Z",
- "division": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "glSegments": {
- "company": "string",
- "organizationUnit": "string"
}, - "company": {
- "code": "string",
- "name": "string",
- "glSegment": "string"
}, - "id": "string",
- "department": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "sector": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "homeAddress": {
- "zip": "string",
- "country": "string",
- "cityState": "string",
- "line4": "string",
- "city": "string",
- "county": "string",
- "state": "string",
- "line3": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "azureAdId": "string",
- "erp": "string",
- "azureAdPrincipal": "string",
- "photo": {
}, - "lastHireDate": "2019-08-24T14:15:22Z",
- "fullTimeOrPartTime": {
- "code": "string",
- "description": "string"
}, - "unit": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "employeeType": {
- "code": "string",
- "description": "string"
}, - "statusStarted": "2019-08-24T14:15:22Z",
- "ptoBalance": 0,
- "utilizationTarget": 0,
- "name": {
- "fullRev": "string",
- "middle": "string",
- "last": "string",
- "prefix": "string",
- "suffix": "string",
- "first": "string",
- "preferred": "string",
- "full": "string"
}, - "cellPhone": {
- "number": "string",
- "country": "string"
}, - "salaryOrHourly": {
- "code": "string",
- "description": "string"
}, - "supervisor": {
- "name": {
- "fullRev": "string",
- "middle": "string",
- "last": "string",
- "prefix": "string",
- "suffix": "string",
- "first": "string",
- "preferred": "string",
- "full": "string"
}, - "id": "string",
- "employeeNumber": "string"
}, - "onLeave": true
}Create a new ERP mapping for an LJA company.
| companyCode required | string Code identifying an LJA company. |
| erp required | string ERP system associated with the company. |
{- "companyCode": "string",
- "erp": "string"
}Returns collection of LJA employee owners. Parameter values are case insensitive (always lowercase). There is currently no pagination support for this endpoint.
| department | string Only return employees working in the single provided department. Departments are only used with divisions. Department params without a division will be ignored. Value should be a department CODE available at |
| view | string Project returned data fields from pre-defined views. Available views are |
| sector | string Only return employees working in the single provided sector. Value should be a sector CODE available at |
| changes | string Return only employee owner records that have been changed after the provided date, including no longer active employees. Value should be in ISO 8601 date-time format (ex. 2024-09-12T03:44:06.971Z). |
| division | string Only return employees working in the single provided division. Divisions are only used with sectors. Division params without a sector will be ignored. Value should be a division CODE available at |
| office | string Only return employees working in the single provided office. Value should be an office CODE available at |
[- {
- "originalHireDate": "2019-08-24T14:15:22Z",
- "workEmail": "user@example.com",
- "jobTitle": "string",
- "schedule980": "string",
- "jobCode": {
- "code": "string",
- "description": "string"
}, - "isActive": true,
- "employeeStatus": {
- "code": "A",
- "description": "string"
}, - "directDeposit": {
- "routing": "string",
- "bank": "string",
- "accountType": "C",
- "account": "string"
}, - "employeeNumber": "string",
- "skills": [
- {
- "code": "string",
- "name": "string"
}
], - "workLocation": {
- "code": "string",
- "address": {
- "zip": "string",
- "country": "string",
- "city": "string",
- "state": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "name": "string",
- "isActive": true
}, - "terminationDate": "2019-08-24T14:15:22Z",
- "division": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "glSegments": {
- "company": "string",
- "organizationUnit": "string"
}, - "company": {
- "code": "string",
- "name": "string",
- "glSegment": "string"
}, - "id": "string",
- "department": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "sector": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "homeAddress": {
- "zip": "string",
- "country": "string",
- "cityState": "string",
- "line4": "string",
- "city": "string",
- "county": "string",
- "state": "string",
- "line3": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "azureAdId": "string",
- "erp": "string",
- "azureAdPrincipal": "string",
- "photo": {
}, - "lastHireDate": "2019-08-24T14:15:22Z",
- "fullTimeOrPartTime": {
- "code": "string",
- "description": "string"
}, - "unit": {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}, - "employeeType": {
- "code": "string",
- "description": "string"
}, - "statusStarted": "2019-08-24T14:15:22Z",
- "ptoBalance": 0,
- "utilizationTarget": 0,
- "name": {
- "fullRev": "string",
- "middle": "string",
- "last": "string",
- "prefix": "string",
- "suffix": "string",
- "first": "string",
- "preferred": "string",
- "full": "string"
}, - "cellPhone": {
- "number": "string",
- "country": "string"
}, - "salaryOrHourly": {
- "code": "string",
- "description": "string"
}, - "supervisor": {
- "name": {
- "fullRev": "string",
- "middle": "string",
- "last": "string",
- "prefix": "string",
- "suffix": "string",
- "first": "string",
- "preferred": "string",
- "full": "string"
}, - "id": "string",
- "employeeNumber": "string"
}, - "onLeave": true
}
]{- "sectors": [
- {
- "code": "string",
- "description": "string",
- "glSegment": "string",
- "divisions": [
- {
- "code": "string",
- "description": "string",
- "glSegment": "string",
- "departments": [
- {
- "code": "string",
- "description": "string",
- "glSegment": "string",
- "units": [
- {
- "code": "string",
- "description": "string",
- "glSegment": "string"
}
]
}
]
}
]
}
]
}| code required | string LJA office code. |
{- "matterport": {
- "final": {
- "thumbnailImg": "string",
- "url": "string"
}, - "preconstruction": {
- "thumbnailImg": "string",
- "url": "string"
}
}, - "code": "string",
- "address": {
- "zip": "string",
- "country": "string",
- "city": "string",
- "state": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "phone": "string",
- "localLeadership": [
- {
- "name": "string",
- "employeeNumber": "string"
}
], - "name": "string",
- "geometry": {
- "coordinates": [ ],
- "type": "string"
}, - "employeeCount": 0,
- "localSupport": [
- {
- "name": "string",
- "employeeNumber": "string"
}
], - "aggs": {
- "byCompany": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}, - "bySector": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}, - "byDivision": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}
}
}Returns collection of LJA offices. Parameter values are case insensitive (always lowercase). There is currently no pagination support for this endpoint.
[- {
- "matterport": {
- "final": {
- "thumbnailImg": "string",
- "url": "string"
}, - "preconstruction": {
- "thumbnailImg": "string",
- "url": "string"
}
}, - "code": "string",
- "address": {
- "zip": "string",
- "country": "string",
- "city": "string",
- "state": "string",
- "line2": "string",
- "line1": "string",
- "full": "string"
}, - "phone": "string",
- "localLeadership": [
- {
- "name": "string",
- "employeeNumber": "string"
}
], - "name": "string",
- "geometry": {
- "coordinates": [ ],
- "type": "string"
}, - "employeeCount": 0,
- "localSupport": [
- {
- "name": "string",
- "employeeNumber": "string"
}
], - "aggs": {
- "byCompany": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}, - "bySector": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}, - "byDivision": {
- "percentage": 0,
- "name": "string",
- "employeeCount": 0
}
}
}
]