{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Team API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Team", "type": "folder" }, "items": [ { "info": { "name": "List MFA devices for all team members", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/company/team/devices", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "dimension_id", "value": "", "type": "query", "description": "Limit to team members with access to this dimension" }, { "name": "ignore_self", "value": "", "type": "query", "description": "Exclude the requesting user from the list" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns each team member and their confirmed MFA devices. Requires users.view_usercompany." } ] } ], "bundled": true }