{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Admin - Users API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Users", "type": "folder" }, "items": [ { "info": { "name": "Browse staff users", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/users/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "Comma-separated related data to include (for example authors,tags)." } ] }, "docs": "Browse staff users" }, { "info": { "name": "Read a staff user by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/users/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Read a staff user by ID" }, { "info": { "name": "Read a staff user by slug", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/users/slug/:slug/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "slug", "value": "", "type": "path", "description": "The resource slug." } ] }, "docs": "Read a staff user by slug" } ] } ], "bundled": true }