ResourceIdentifiers
URL/api/v2/identifiers
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See identifiers for definitions of attributes.

Sample Record

{    
  "type_id": 1123,
  "person_id": 1695,
  "external_identity_id": null,
  "source_identifier_id": null,
  "group_id": null,
  "identifier": "pl279",
  "login": true,
  "status": "A"
}

Supported Filters

(warning) Viewing all identifiers without an additional filter is not supported.

View (all)

Additional filters:

  • external_id
  • person_id

Example: Obtain Identifiers for the specified Person

GET /registry/api/v2/identifiers?person_id=2400

Implementation Notes

  • The record is read only if source_identifier_id is not null.
  • No labels