You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Finalizing the Organization and Team Membership APIs
4
+
created_at: 2014-09-16
5
+
author_name: jakeboxer
6
+
---
7
+
8
+
For the past few weeks, the new [Organization Membership][org-membership-api] and [Team Membership][team-membership-api] APIs have been available for early access via a preview media type. As of today, these APIs are stable and suitable for production use.
9
+
10
+
### Preview period ends on September 23
11
+
12
+
On September 23, 2014, these APIs will become official parts of the GitHub API v3. At that time, the preview media type will no longer be required to access these APIs.
13
+
14
+
### Reminder: Breaking change to legacy endpoint
15
+
16
+
The [breaking change to the "Add team member" endpoint][add-team-member] will also go into effect for all requests on **September 23, 2014**. At that time, if you use the [add team member][add-team-member] endpoint to add a user to a team and that user isn't already on another team in your organization, the request will fail. To avoid this, be sure to use the [add team membership][add-team-membership] endpoint.
17
+
18
+
### Addition to the Organization Membership API
19
+
20
+
Thanks to your feedback, we've updated the Organization Membership API to provide direct access to basic information about the organization whenever you fetch a [list of memberships][list-org-memberships] or a [single membership][get-org-membership].
21
+
22
+
If you have any questions or feedback, please [get in touch with us][contact]!
0 commit comments