{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Post API", "version": "1.0" }, "items": [ { "info": { "name": "Post", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Apps Approve", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.apps.approve", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Approve an app for installation on a workspace." }, { "info": { "name": "Slack Post Admin Apps Restrict", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.apps.restrict", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restrict an app for installation on a workspace." }, { "info": { "name": "Slack Post Admin Conversations Archive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.archive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archive a public or private channel." }, { "info": { "name": "Slack Post Admin Conversations Converttoprivate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.convertToPrivate", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert a public channel to a private channel." }, { "info": { "name": "Slack Post Admin Conversations Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a public or private channel-based conversation." }, { "info": { "name": "Slack Post Admin Conversations Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.delete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a public or private channel." }, { "info": { "name": "Slack Post Admin Conversations Disconnectshared", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.disconnectShared", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disconnect a connected channel from one or more workspaces." }, { "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 Conversations Rename", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.rename", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rename a public or private channel." }, { "info": { "name": "Slack Post Admin Conversations Restrictaccess Addgroup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.restrictAccess.addGroup", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "team_id", "value": "" }, { "name": "group_id", "value": "" }, { "name": "channel_id", "value": "" } ] } }, "docs": "Add an allowlist of IDP groups for accessing a channel" }, { "info": { "name": "Slack Post Admin Conversations Restrictaccess Removegroup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.restrictAccess.removeGroup", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "team_id", "value": "" }, { "name": "group_id", "value": "" }, { "name": "channel_id", "value": "" } ] } }, "docs": "Remove a linked IDP group linked from a private channel" }, { "info": { "name": "Slack Post Admin Conversations Setconversationprefs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.setConversationPrefs", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the posting permissions for a public or private channel." }, { "info": { "name": "Slack Post Admin Conversations Setteams", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.setTeams", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the workspaces in an Enterprise grid org that connect to a public or private channel." }, { "info": { "name": "Slack Post Admin Conversations Unarchive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.unarchive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unarchive a public or private channel." }, { "info": { "name": "Slack Post Admin Emoji Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.emoji.add", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "name", "value": "" }, { "name": "url", "value": "" } ] } }, "docs": "Add an emoji." }, { "info": { "name": "Slack Post Admin Emoji Addalias", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.emoji.addAlias", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "name", "value": "" }, { "name": "alias_for", "value": "" } ] } }, "docs": "Add an emoji alias." }, { "info": { "name": "Slack Post Admin Emoji Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.emoji.remove", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "name", "value": "" } ] } }, "docs": "Remove an emoji across an Enterprise Grid organization" }, { "info": { "name": "Slack Post Admin Emoji Rename", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.emoji.rename", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "name", "value": "" }, { "name": "new_name", "value": "" } ] } }, "docs": "Rename an emoji." }, { "info": { "name": "Slack Post Admin Inviterequests Approve", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.inviteRequests.approve", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Approve a workspace invite request." }, { "info": { "name": "Slack Post Admin Inviterequests Deny", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.inviteRequests.deny", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deny a workspace invite request." }, { "info": { "name": "Slack Post Admin Teams Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Enterprise team." }, { "info": { "name": "Slack Post Admin Teams Settings Setdefaultchannels", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDefaultChannels", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "team_id", "value": "" }, { "name": "channel_ids", "value": "" } ] } }, "docs": "Set the default channels of a workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setdescription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDescription", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the description of a given workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setdiscoverability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDiscoverability", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "An API method that allows admins to set the discoverability of a given workspace" }, { "info": { "name": "Slack Post Admin Teams Settings Seticon", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setIcon", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "image_url", "value": "" }, { "name": "team_id", "value": "" } ] } }, "docs": "Sets the icon of a workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setname", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setName", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the name of a given workspace." }, { "info": { "name": "Slack Post Admin Usergroups Addchannels", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.usergroups.addChannels", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add one or more default channels to an IDP group." }, { "info": { "name": "Slack Post Admin Usergroups Addteams", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.usergroups.addTeams", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Associate one or more default workspaces with an organization-wide IDP group." }, { "info": { "name": "Slack Post Admin Usergroups Removechannels", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.usergroups.removeChannels", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove one or more default channels from an org-level IDP group (user group)." }, { "info": { "name": "Slack Post Admin Users Assign", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.assign", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an Enterprise user to a workspace." }, { "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 Admin Users Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a user from a workspace." }, { "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" }, { "info": { "name": "Slack Post Admin Users Setadmin", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.setAdmin", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set an existing guest, regular user, or owner to be an admin user." }, { "info": { "name": "Slack Post Admin Users Setexpiration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.setExpiration", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set an expiration for a guest user" }, { "info": { "name": "Slack Post Admin Users Setowner", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.setOwner", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set an existing guest, regular user, or admin user to be a workspace owner." }, { "info": { "name": "Slack Post Admin Users Setregular", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.setRegular", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set an existing guest user, admin user, or owner to be a regular user." }, { "info": { "name": "Slack Post Calls Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new Call." }, { "info": { "name": "Slack Post Calls End", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.end", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Ends a Call." }, { "info": { "name": "Slack Post Calls Participants Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.participants.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers new participants added to a Call." }, { "info": { "name": "Slack Post Calls Participants Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.participants.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers participants removed from a Call." }, { "info": { "name": "Slack Post Calls Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.update", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about a Call." }, { "info": { "name": "Slack Post Chat Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.delete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a message." }, { "info": { "name": "Slack Post Chat Deletescheduledmessage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.deleteScheduledMessage", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a pending scheduled message from the queue." }, { "info": { "name": "Slack Post Chat Memessage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.meMessage", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Share a me message into a channel." }, { "info": { "name": "Slack Post Chat Postephemeral", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.postEphemeral", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends an ephemeral message to a user in a channel." }, { "info": { "name": "Slack Post Chat Postmessage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.postMessage", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a message to a channel." }, { "info": { "name": "Slack Post Chat Schedulemessage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.scheduleMessage", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules a message to be sent to a channel." }, { "info": { "name": "Slack Post Chat Unfurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.unfurl", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provide custom unfurl behavior for user-posted URLs" }, { "info": { "name": "Slack Post Chat Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.update", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a message." }, { "info": { "name": "Slack Post Conversations Archive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.archive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archives a conversation." }, { "info": { "name": "Slack Post Conversations Close", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.close", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Closes a direct message or multi-person direct message." }, { "info": { "name": "Slack Post Conversations Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a public or private channel-based conversation" }, { "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." }, { "info": { "name": "Slack Post Conversations Join", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.join", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Joins an existing conversation." }, { "info": { "name": "Slack Post Conversations Kick", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.kick", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a user from a conversation." }, { "info": { "name": "Slack Post Conversations Leave", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.leave", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaves a conversation." }, { "info": { "name": "Slack Post Conversations Mark", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.mark", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the read cursor in a channel." }, { "info": { "name": "Slack Post Conversations Open", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.open", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Opens or resumes a direct message or multi-person direct message." }, { "info": { "name": "Slack Post Conversations Rename", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.rename", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Renames a conversation." }, { "info": { "name": "Slack Post Conversations Setpurpose", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.setPurpose", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the purpose for a conversation." }, { "info": { "name": "Slack Post Conversations Settopic", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.setTopic", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the topic for a conversation." }, { "info": { "name": "Slack Post Conversations Unarchive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.unarchive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reverses conversation archival." }, { "info": { "name": "Slack Post End Do Not Disturb", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dnd.endDnd", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Ends the current user's Do Not Disturb session immediately." }, { "info": { "name": "Slack Post End Do Not Disturb Snooze", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dnd.endSnooze", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Ends the current user's snooze mode immediately." }, { "info": { "name": "Slack Post Do Not Disturb Snooze", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dnd.setSnooze", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "num_minutes", "value": "" } ] } }, "docs": "Turns on Do Not Disturb mode for the current user, or changes its duration." }, { "info": { "name": "Slack Post Files Comments Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.comments.delete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing comment on a file." }, { "info": { "name": "Slack Post Files Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.delete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a file." }, { "info": { "name": "Slack Post Files Remote Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.remote.add", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "external_id", "value": "" }, { "name": "title", "value": "" }, { "name": "filetype", "value": "" }, { "name": "external_url", "value": "" }, { "name": "preview_image", "value": "" }, { "name": "indexable_file_contents", "value": "" } ] } }, "docs": "Adds a file from a remote service" }, { "info": { "name": "Slack Post Files Remote Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.remote.remove", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "file", "value": "" }, { "name": "external_id", "value": "" } ] } }, "docs": "Remove a remote file." }, { "info": { "name": "Slack Post Files Remote Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.remote.update", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "file", "value": "" }, { "name": "external_id", "value": "" }, { "name": "title", "value": "" }, { "name": "filetype", "value": "" }, { "name": "external_url", "value": "" }, { "name": "preview_image", "value": "" }, { "name": "indexable_file_contents", "value": "" } ] } }, "docs": "Updates an existing remote file." }, { "info": { "name": "Slack Post Files Revokepublicurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.revokePublicURL", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revokes public/external sharing access for a file" }, { "info": { "name": "Slack Post Files Sharedpublicurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.sharedPublicURL", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables a file for public/external sharing." }, { "info": { "name": "Slack Post Files Upload", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.upload", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "file", "value": "" }, { "name": "content", "value": "" }, { "name": "filetype", "value": "" }, { "name": "filename", "value": "" }, { "name": "title", "value": "" }, { "name": "initial_comment", "value": "" }, { "name": "channels", "value": "" }, { "name": "thread_ts", "value": "" } ] } }, "docs": "Uploads or creates a file." }, { "info": { "name": "Slack Post Pins Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pins.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pins an item to a channel." }, { "info": { "name": "Slack Post Pins Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pins.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Un-pins an item from a channel." }, { "info": { "name": "Slack Post Reactions Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reactions.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a reaction to an item." }, { "info": { "name": "Slack Post Reactions Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reactions.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a reaction from an item." }, { "info": { "name": "Slack Post Reminders Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reminders.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a reminder." }, { "info": { "name": "Slack Post Reminders Complete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reminders.complete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Marks a reminder as complete." }, { "info": { "name": "Slack Post Reminders Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reminders.delete", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a reminder." }, { "info": { "name": "Slack Post Stars Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/stars.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a star to an item." }, { "info": { "name": "Slack Post Stars Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/stars.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a star from an item." }, { "info": { "name": "Slack Post User Groups Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a User Group" }, { "info": { "name": "Slack Post User Groups Disable", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.disable", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disable an existing User Group" }, { "info": { "name": "Slack Post User Groups Enable", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.enable", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enable a User Group" }, { "info": { "name": "Slack Post User Groups Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.update", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing User Group" }, { "info": { "name": "Slack Post User Groups Users Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.users.update", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the list of users for a User Group" }, { "info": { "name": "Slack Post Users Deletephoto", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users.deletePhoto", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" } ] } }, "docs": "Delete the user profile photo" }, { "info": { "name": "Slack Post Users Profile Set", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users.profile.set", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the profile information for a user." }, { "info": { "name": "Slack Post Users Setactive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users.setActive", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Marked a user as active. Deprecated and non-functional." }, { "info": { "name": "Slack Post Users Setphoto", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users.setPhoto", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "crop_w", "value": "" }, { "name": "crop_x", "value": "" }, { "name": "crop_y", "value": "" }, { "name": "image", "value": "" } ] } }, "docs": "Set the user profile photo" }, { "info": { "name": "Slack Post Users Setpresence", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users.setPresence", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Manually sets user presence." } ] } ], "bundled": true }