search_user
Search for a GitHub user by username using the GraphQL API.
Instructions
Search for a GitHub user by username using GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | GitHub username to search for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | Yes | ||
| name | Yes | ||
| Yes | |||
| company | Yes | ||
| location | Yes | ||
| bio | Yes | ||
| url | Yes | ||
| avatar_url | Yes | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| followers | Yes | ||
| following | Yes | ||
| public_repos | Yes | ||
| recent_repos | Yes | ||
| organizations | Yes |