{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List all users", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/users", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return" } ] }, "docs": "Retrieves a list of all users in the Enterprise Hub, including their roles, email addresses, and account statuses." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user" } ] }, "docs": "Retrieves the details of a specific user by their unique identifier, including their profile, roles, and subscription information." } ] } ], "bundled": true }