Person Common ID

This resource allows you access to the PersonCommonId entity, which defines an Object Identifier for an employee.

This entity is a unique key that is used to identify an object managed by the Registry, such as organizations and associates. Each employee can have one unique AOID (Associate Identifier) along with a COID (Company Identifier) used for Single Sign-On (SSO).

A Service Limit applies to some of the bulk operations against this resource. Refer to the Limits topic for more information.

Operations


Add or Update AOID and COID
PUT /v1/commons/persons/external_id


Delete AOID and COID
DELETE /v1/commons/persons/external_id


Delete AOID and COID for Multiple Employees
POST /v1/commons/persons/external_id/multi_delete


Retrieve AOID and COID by Person ID
GET /v1/commons/persons/external_id/{personId}


Retrieve AOID and COID by Person Number
GET /v1/commons/persons/external_id


Retrieve AOID and COID for Multiple Employees
POST /v1/commons/persons/external_id/multi_read


Retrieve Persons without an Assigned AOID
POST /v1/commons/persons/external_id/apply_read


Update AOID and COID for Multiple Employees
POST /v1/commons/persons/external_id/multi_update