Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Emirates Employee Register Flow

Prerequired Integrations:

  • Employee Detail API - HR System
  • Employee EPC Member ID Update API - HR System
  • User ID Card API - HR System/ID Card System

Sequence Diagram

Employee Register Integration Flow

Employee Detail API (HR System)

The Employee Detail API should return the following fields:

Request

FieldTypeDescriptionOptional
emailstringfalse

Response

FieldTypeDescriptionOptional
employeeIdstringfalse
birthdatedatefalse
emailstringfalse
namestringfalse
surnamestringfalse
phonestringfalse
gradestringfalse
isCabinCrewbooleanfalse
employmentTypestringfalse
companyIdstringfalse
statusstringfalse
lastStatusUpdatedAtdatefalse
addressstringfalse
countrystringfalse
familyarrayList of family membersfalse
family.idstringfalse
family.typestringfalse
family.namestringfalse
family.surnamestringfalse
family.emailstringfalse
family.birthdatedatefalse

Member Id Update API (HR System)

Update the member ID for an employee in the HR system. This API is used to update the member ID of an employee in the HR system when a employee becomes a member of the EPC.

Request

FieldTypeDescriptionOptional
employeeIdstringfalse
memberIdstringfalse

Response

A response indicates whether the operation is successfull or not