{ "opencollection": "1.0.0", "info": { "name": "GridGain REST module authentication userManagement API", "version": "9.1.22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "userManagement", "type": "folder" }, "items": [ { "info": { "name": "Get the list of users", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/rbac/users" }, "docs": "Returns the list of all users." }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/rbac/users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a user." }, { "info": { "name": "Get user by username", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/rbac/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "Username." } ] }, "docs": "Returns a user." }, { "info": { "name": "Update user", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:10300/management/v1/rbac/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "Username." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user." }, { "info": { "name": "Delete user by username", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:10300/management/v1/rbac/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "Username." } ] }, "docs": "Deletes a user by username." } ] } ], "bundled": true }