{ "opencollection": "1.0.0", "info": { "name": "Shuffle Administration Users API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://shuffler.io/api/v1/users/getusers" }, "docs": "Returns all users in the organization." }, { "info": { "name": "Register User", "type": "http" }, "http": { "method": "POST", "url": "https://shuffler.io/api/v1/users/register", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new user in the organization." }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PUT", "url": "https://shuffler.io/api/v1/users/updateuser", "body": { "type": "json", "data": "{}" } }, "docs": "Updates user details including role assignment." }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://shuffler.io/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ] }, "docs": "Removes a user from the organization." }, { "info": { "name": "Generate API Key", "type": "http" }, "http": { "method": "GET", "url": "https://shuffler.io/api/v1/users/generateapikey" }, "docs": "Generates a new API key for the authenticated user." } ] } ], "bundled": true }