Skip to content

Commit 24f9283

Browse files
committed
Document *:org scopes
1 parent 5c754a8 commit 24f9283

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
kind: change
3+
title: OAuth scopes for organization and team resources
4+
created_at: 2014-02-25
5+
author_name: pengwynn
6+
---
7+
As a follow up to [the new scopes][yesterday] we announced yesterday, we've
8+
introduced even more OAuth scopes for working with organization and team
9+
resources:
10+
11+
- `read:org` provides read-only access to organizations, teams, and membership.
12+
- `write:org` allows an application to update an organization and (un)publicize organization membership.
13+
- `admin:org` enables an application to fully manage organizations, teams, and memberships.
14+
15+
Check out [the full list of OAuth scopes][scopes] supported by the API to
16+
ensure your application asks for only the permissions it needs. As always, if
17+
you have any questions or feedback, [get in touch][contact].
18+
19+
[yesterday]: http://developer.github.com/changes/2014-02-24-finer-grained-scopes-for-ssh-keys/
20+
[scopes]: /v3/oauth/#scopes
21+
[contact]: https://github.com/contact?form[subject]=API+org+scopes

content/v3/oauth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ Name | Description
183183
`read:repo_hook`| Grants read and ping access to hooks in public or private repositories.
184184
`write:repo_hook`| Grants read, write, and ping access to hooks in public or private repositories.
185185
`admin:repo_hook`| Grants read, write, ping, and delete access to hooks in public or private repositories.
186+
`read:org`| Read-only access to organization, teams, and membership.
187+
`write:org`| Write access to organization and (un)publicize organization membership.
188+
`admin:org`| Fully manage organization, teams, and memberships.
186189
`read:public_key`| List and view details for public keys.
187190
`write:public_key`| Create, list, and view details for public keys.
188191
`admin:public_key`| Fully manage public keys.

0 commit comments

Comments
 (0)