{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Session Termination API", "version": "1.0" }, "items": [ { "info": { "name": "Session Termination", "type": "folder" }, "items": [ { "info": { "name": "Box Create jobs to terminate users session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users/terminate_sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the roles and permissions of the user,\nand creates asynchronous jobs\nto terminate the user's sessions.\nReturns the status for the POST request." }, { "info": { "name": "Box Create jobs to terminate user group session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/groups/terminate_sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the roles and permissions of the group,\nand creates asynchronous jobs\nto terminate the group's sessions.\nReturns the status for the POST request." } ] } ], "bundled": true }