{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Invites API", "version": "1.0" }, "items": [ { "info": { "name": "Invites", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Conversations Invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.invite", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invite a user to a public or private channel." }, { "info": { "name": "Slack Post Admin Users Invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.invite", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invite a user to a workspace." }, { "info": { "name": "Slack Post Conversations Invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.invite", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invites users to a channel." } ] } ], "bundled": true }