-
Notifications
You must be signed in to change notification settings - Fork 293
Closed as not planned
Description
it appears that the REST API for returning user profiles does not include the user’s pronouns as specified on the public profile. the use case is to allow software that integrates with GitHub to import user pronouns from a GitHub profile instead of prompting for it separately.
{
"login": "tayloraswift",
"id": 2556986,
"node_id": "MDQ6VXNlcjI1NTY5ODY=",
"avatar_url": "https://avatars.githubusercontent.com/u/2556986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tayloraswift",
"html_url": "https://github.com/tayloraswift",
"followers_url": "https://api.github.com/users/tayloraswift/followers",
"following_url": "https://api.github.com/users/tayloraswift/following{/other_user}",
"gists_url": "https://api.github.com/users/tayloraswift/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tayloraswift/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tayloraswift/subscriptions",
"organizations_url": "https://api.github.com/users/tayloraswift/orgs",
"repos_url": "https://api.github.com/users/tayloraswift/repos",
"events_url": "https://api.github.com/users/tayloraswift/events{/privacy}",
"received_events_url": "https://api.github.com/users/tayloraswift/received_events",
"type": "User",
"site_admin": false,
"name": "taylorswift",
"company": null,
"blog": "swiftinit.org",
"location": "usa",
"email": null,
"hireable": true,
"bio": "dianna",
"twitter_username": null,
"public_repos": 64,
"public_gists": 21,
"followers": 202,
"following": 56,
"created_at": "2012-10-14T12:24:33Z",
"updated_at": "2024-03-22T02:07:37Z"
}
Metadata
Metadata
Assignees
Labels
No labels