...
Resource | Pronoun Preferences |
---|---|
URL | /api/v2/pronouns |
Supported Standard Operations |
|
Attributes
See pronouns for definitions of attributes.
Sample Record
Code Block |
---|
{ "type_id": 1452, "person_id": 2400, "external_identity_id": null, "source_pronoun_id": null, "pronouns": "he/they", "language": "en" } |
Supported Filters
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
Code Block |
---|
GET /registry/api/v2/pronouns?person_id=2400 |
Implementation Notes
- The record is read only if
source_pronoun_id
is not null. - For additional guidance, see the eduPerson recommendations.