API
Get team members
Get the list of team members from the organization.
get/v5/team
Response
The list of team members.
Example response
[
{
"name": "oSumAtrIX",
"avatar_url": "https://avatars.githubusercontent.com/u/...",
"url": "https://github.com/oSumAtrIX",
"bio": "Some bio text",
"gpg_key": {
"id": "ABC123DEF456",
"url": "https://github.com/oSumAtrIX.gpg"
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.