{ "opencollection": "1.0.0", "info": { "name": "Schoology REST API v1 Assignments Users API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.schoology.com/v1/oauth/authorize", "accessTokenUrl": "https://api.schoology.com/v1/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users" }, "docs": "List users" }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get user" }, { "info": { "name": "Get user by external ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/ext/:external_id", "params": [ { "name": "external_id", "value": "", "type": "path" } ] }, "docs": "Get user by external ID" }, { "info": { "name": "List sections for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/:id/sections", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List sections for a user" }, { "info": { "name": "List groups for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/:id/groups", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List groups for a user" }, { "info": { "name": "Get grades for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/:id/grades", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get grades for a user" } ] } ], "bundled": true }