Owner
This will be either a user or organization.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the owner. |
login | String | User or organization login set on GitHub. |
name | String | User or organization name set on GitHub. |
vcs_type | Unknown | The owner's vcs_type. |
ro_mode | Unknown | The owner's ro_mode. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the owner. |
login | String | User or organization login set on GitHub. |
name | String | User or organization name set on GitHub. |
github_id | Integer | User or organization id set on GitHub. |
vcs_id | Unknown | The owner's vcs_id. |
vcs_type | Unknown | The owner's vcs_type. |
avatar_url | String | Link to user or organization avatar (image) set on GitHub. |
education | Boolean | Whether or not the owner has an education account. |
allow_migration | Unknown | The owner's allow_migration. |
allowance | Unknown | The owner's allowance. |
ro_mode | Unknown | The owner's ro_mode. |
custom_keys | Unknown | The owner's custom_keys. |
trial_allowed | Unknown | The owner's trial_allowed. |
Additional Attributes
Name | Type | Description |
---|---|---|
repositories | [Repository] | Repositories belonging to this account. |
installation | Installation | Installation belonging to the owner. |
trial_allowed | Unknown | The owner's trial_allowed. |
Actions
Find
This returns an individual owner. It is possible to use the GitHub login or github_id in the request.
GET
/owner/github_id/{github_id}
Template Variable | Type | Description |
---|---|---|
github_id | Unknown | Documentation missing. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
GET
/owner/{provider}/{login}
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
login | Unknown | Documentation missing. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
GET
/owner/{login}
Template Variable | Type | Description |
---|---|---|
login | Unknown | Documentation missing. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |