{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Administrative API", "version": "1.0" }, "items": [ { "info": { "name": "Administrative", "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 Get Admin Apps Approved List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.apps.approved.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.apps:read`" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page" }, { "name": "team_id", "value": "", "type": "query" }, { "name": "enterprise_id", "value": "", "type": "query" } ] }, "docs": "List approved apps for an org or workspace." }, { "info": { "name": "Slack Get Admin Apps Requests List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.apps.requests.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.apps:read`" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page" }, { "name": "team_id", "value": "", "type": "query" } ] }, "docs": "List app requests for a team/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 Get Admin Apps Restricted List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.apps.restricted.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.apps:read`" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page" }, { "name": "team_id", "value": "", "type": "query" }, { "name": "enterprise_id", "value": "", "type": "query" } ] }, "docs": "List restricted apps for an org or 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 Get Admin Conversations Ekm Listoriginalconnectedchannelinfo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.conversations.ekm.listOriginalConnectedChannelInfo", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.conversations:read`" }, { "name": "channel_ids", "value": "", "type": "query", "description": "A comma-separated list of channels to filter to." }, { "name": "team_ids", "value": "", "type": "query", "description": "A comma-separated list of the workspaces to which the channels you would like returned belong." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." } ] }, "docs": "List all disconnected channels i.e., channels that were once connected to other workspaces and then disconnected and the corresponding original channel IDs for key revocation with EKM." }, { "info": { "name": "Slack Get Admin Conversations Getconversationprefs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.conversations.getConversationPrefs", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "The channel to get preferences for." } ] }, "docs": "Get conversation preferences for a public or private channel." }, { "info": { "name": "Slack Get Admin Conversations Getteams", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.conversations.getTeams", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "The channel to determine connected workspaces within the organization for." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." } ] }, "docs": "Get all the workspaces a given public or private channel is connected to within this Enterprise org." }, { "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 Get Admin Conversations Restrictaccess Listgroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.conversations.restrictAccess.listGroups", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.conversations:read`" }, { "name": "channel_id", "value": "", "type": "query" }, { "name": "team_id", "value": "", "type": "query", "description": "The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization." } ] }, "docs": "List all IDP Groups linked to 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 Get Admin Conversations Search", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.conversations.search", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_ids", "value": "", "type": "query", "description": "Comma separated string of team IDs, signifying the workspaces to search through." }, { "name": "query", "value": "", "type": "query", "description": "Name of the the channel to query by." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to be returned. Must be between 1 - 20 both inclusive. Default is 10." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." }, { "name": "search_channel_types", "value": "", "type": "query", "description": "The type of channel to include or exclude in the search. For example `private` will search private channels, while `private_exclude` will exclude them. For a full list of types, check the [Types section](#types)." }, { "name": "sort", "value": "", "type": "query", "description": "Possible values are `relevant` (search ranking based on what we think is closest), `name` (alphabetical), `member_count` (number of users in the channel), and `created` (date channel was created). You can optionally pair this with the `sort_dir` arg to change how it is sorted " }, { "name": "sort_dir", "value": "", "type": "query", "description": "Sort direction. Possible values are `asc` for ascending order like (1, 2, 3) or (a, b, c), and `desc` for descending order like (3, 2, 1) or (c, b, a)" } ] }, "docs": "Search for public or private channels in an Enterprise organization." }, { "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 Get Admin Emoji List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.emoji.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.teams:read`" }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." } ] }, "docs": "List emoji for an Enterprise Grid organization." }, { "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 Get Admin Inviterequests Approved List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.inviteRequests.approved.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query", "description": "ID for the workspace where the invite requests were made." }, { "name": "cursor", "value": "", "type": "query", "description": "Value of the `next_cursor` field sent as part of the previous API response" }, { "name": "limit", "value": "", "type": "query", "description": "The number of results that will be returned by the API on each invocation. Must be between 1 - 1000, both inclusive" } ] }, "docs": "List all approved workspace invite requests." }, { "info": { "name": "Slack Get Admin Inviterequests Denied List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.inviteRequests.denied.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query", "description": "ID for the workspace where the invite requests were made." }, { "name": "cursor", "value": "", "type": "query", "description": "Value of the `next_cursor` field sent as part of the previous api response" }, { "name": "limit", "value": "", "type": "query", "description": "The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive" } ] }, "docs": "List all denied workspace invite requests." }, { "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 Get Admin Inviterequests List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.inviteRequests.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query", "description": "ID for the workspace where the invite requests were made." }, { "name": "cursor", "value": "", "type": "query", "description": "Value of the `next_cursor` field sent as part of the previous API response" }, { "name": "limit", "value": "", "type": "query", "description": "The number of results that will be returned by the API on each invocation. Must be between 1 - 1000, both inclusive" } ] }, "docs": "List all pending workspace invite requests." }, { "info": { "name": "Slack Get Admin Teams Admins List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.admins.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.teams:read`" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." }, { "name": "team_id", "value": "", "type": "query" } ] }, "docs": "List all of the admins on a given workspace." }, { "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 Get Admin Teams List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 100 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." } ] }, "docs": "List all teams on an Enterprise organization" }, { "info": { "name": "Slack Get Admin Teams Owners List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.owners.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.teams:read`" }, { "name": "team_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." } ] }, "docs": "List all of the owners on a given workspace." }, { "info": { "name": "Slack Get Admin Teams Settings Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.settings.info", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query" } ] }, "docs": "Fetch information about settings in a workspace" }, { "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 Get Admin Usergroups Listchannels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.usergroups.listChannels", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "usergroup_id", "value": "", "type": "query", "description": "ID of the IDP group to list default channels for." }, { "name": "team_id", "value": "", "type": "query", "description": "ID of the the workspace." }, { "name": "include_num_members", "value": "", "type": "query", "description": "Flag to include or exclude the count of members per channel." } ] }, "docs": "List the channels linked to an org-level IDP group (user 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 Get Admin Users List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.users.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query", "description": "The ID (`T1234`) of the workspace." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." }, { "name": "limit", "value": "", "type": "query", "description": "Limit for how many users to be retrieved per page" } ] }, "docs": "List users on 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." } ] } ], "bundled": true }