{ "opencollection": "1.0.0", "info": { "name": "Theneo Import Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get Accessible Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.theneo.io/projects/:projectId/users", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Retrieves the list of users who have access to the specified project." }, { "info": { "name": "Share A Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.theneo.io/projects/:projectId/share", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Shares a project with specified users by granting them access." }, { "info": { "name": "Change User Access To A Project", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.theneo.io/projects/:projectId/users/:userId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." }, { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the access role of a user on a specific project." } ] } ], "bundled": true }