Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key or Map

Description

key:workerID.idValue=Worker ID

The keyword “key” refers to using Worker ID as a unique identifier. This allows OnLink to update the record.

map:person.communication.emails.0.emailUri=User

Maps email to User which can be an attribute of type User

config:filter=/mobileUserAccounts/organizationOID eq 'ABCDEFGH'

Set filter to limit workers returned

Other exampels:

config:filter=workers/person/legalName/familyName1 eq 'Smith'

config:filter=workers/workAssignments/assignmentStatus/statusCode/codeValue eq 'A'

config:api=/hr/v2/worker-demographics (optional)

Optionally set the api config to change the default /hr/v2/workers api to worker demographics.

...