{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Users API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Fortify List local users", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/localUsers", "params": [ { "name": "start", "value": "", "type": "query", "description": "Starting index for pagination (0-based)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "q", "value": "", "type": "query", "description": "Search query using Fortify search syntax (e.g., name:MyApp)" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves a paginated list of local user accounts." }, { "info": { "name": "Fortify Create local user", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/localUsers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new local user account." }, { "info": { "name": "Fortify Get local user", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/localUsers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves details for a specific local user." }, { "info": { "name": "Fortify Update local user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/localUsers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing local user account." }, { "info": { "name": "Fortify Delete local user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ams.fortify.com/localUsers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Permanently deletes a local user account." } ] } ], "bundled": true }