ResourcePronoun Preferences
URL/api/v2/pronouns
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See pronouns for definitions of attributes.

Sample Record

{    
  "type_id": 1452,
  "person_id": 2400,
  "external_identity_id": null,
  "source_pronoun_id": null,
  "pronouns": "he/they",
  "language": "en"
}

Supported Filters

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

View (all)

Additional filters:

  • external_id
  • person_id

Example: Obtain Pronouns for the specified Person

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

Implementation Notes

  • No labels