Skip to content
Pile
Esc
navigateopen⌘Jpreview

List github users

GET/workspaces/{organizationId}/github/users
Path parameters
organizationIdstringrequired
Responses
200GitHub user mappings
usersobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
userIdstringrequired
githubLoginstringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/github/users"
Response
{
  "users": [
    {
      "id": "string",
      "organizationId": "string",
      "userId": "string",
      "githubLogin": "string",
      "createdAt": "string"
    }
  ]
}