{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Sessions API", "version": "1.0" }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Users Session Invalidate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.session.invalidate", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invalidate a single session for a user by session_id" }, { "info": { "name": "Slack Post Admin Users Session Reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.session.reset", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Wipes all valid sessions on all devices for a given user" } ] } ], "bundled": true }