Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.55 KB

File metadata and controls

37 lines (25 loc) · 1.55 KB
description
A member in GitBook is the entity of a user associated with an organization.

Members

GET members in an organization

{% swagger src="https://api.gitbook.com/openapi.json" path="/orgs/{organizationId}/members" method="get" expanded="true" %} https://api.gitbook.com/openapi.json {% endswagger %}

GET a specific member in an organization

{% swagger src="https://api.gitbook.com/openapi.json" path="/orgs/{organizationId}/members/{userId}" method="get" expanded="true" %} https://api.gitbook.com/openapi.json {% endswagger %}

PATCH a specific member in an organization

{% swagger src="https://api.gitbook.com/openapi.json" path="/orgs/{organizationId}/members/{userId}" method="patch" expanded="true" %} https://api.gitbook.com/openapi.json {% endswagger %}

DELETE a specific member in an organization

{% swagger src="https://api.gitbook.com/openapi.json" path="/orgs/{organizationId}/members/{userId}" method="delete" expanded="true" %} https://api.gitbook.com/openapi.json {% endswagger %}

POST a user as an SSO member in an organization

{% swagger src="https://api.gitbook.com/openapi.json" path="/orgs/{organizationId}/members/{userId}/sso" method="post" expanded="true" %} https://api.gitbook.com/openapi.json {% endswagger %}