{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Organization Members API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Members", "type": "folder" }, "items": [ { "info": { "name": "GitBook List organization members", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId/members", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "page", "value": "", "type": "query", "description": "Pagination cursor for the next page of results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ] }, "docs": "Returns the list of members in an organization." }, { "info": { "name": "GitBook Get an organization member", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId/members/:userId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Returns details about a specific organization member." }, { "info": { "name": "GitBook Update an organization member", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gitbook.com/v1/orgs/:organizationId/members/:userId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the role of an organization member." }, { "info": { "name": "GitBook Remove an organization member", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gitbook.com/v1/orgs/:organizationId/members/:userId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Removes a member from an organization." } ] } ], "bundled": true }