ResourceExternal Identity Roles
URL/api/v2/external_identity_roles
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See external_identity_roles for definitions of attributes.

Sample Record

{    
  "external_identity_id": 1773,
  "affiliation_type_id": 138,
  "title": "Systems Analyst",
  "organization": null,
  "department": null,
  "manager_identifier": "E1785523",
  "sponsor_identifier": null,
  "valid_from": "2019-06-01T00:00:00+00:00",
  "valid_through": "2024-05-31T23:59:59+00:00",
  "status": "A",
  "ordr": 1
}

Supported Filters

(warning) Viewing all external identity roles without an additional filter is not supported.

View (per External Identity)

Additional filters:

  • external_identity_id

Example: Obtain Person Roles for the specified Person

GET /registry/api/v2/external_identity_roles?external_identity_id=1773
  • No labels