{ "opencollection": "1.0.0", "info": { "name": "SafeLine Management ACL Rules Users API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-SLCE-API-Token", "value": "{{X-SLCE-API-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List API Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:9443/api/UserAPITokenAPI" }, "docs": "Retrieves all API tokens for the authenticated user." }, { "info": { "name": "Create API Token", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:9443/api/UserAPITokenAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API token for programmatic access to the SafeLine management API." }, { "info": { "name": "Delete API Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:9443/api/UserAPITokenAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing API token by ID." }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:9443/api/UserAPI", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Retrieves a paginated list of user accounts." }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:9443/api/UserAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user account with specified permissions." }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:9443/api/UserAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing user account configuration." }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:9443/api/UserAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a user account." } ] } ], "bundled": true }