{ "opencollection": "1.0.0", "info": { "name": "GitHub Projects Permission API", "version": "1.1.4" }, "items": [ { "info": { "name": "Permission", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Project Permission for User", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/projects/:project_id/collaborators/:username/permission", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the project." }, { "name": "username", "value": "", "type": "path", "description": "The handle for the GitHub user account." } ] }, "docs": "Returns the collaborator's permission level for an organization project. Possible values for the `permission` key: `admin`, `write`, `read`, `none`. You must be an organization owner or a project `admin` to review a user's permission level." } ] } ], "bundled": true }