provider admin.inviteRequests.deniedadmin GET /admin.inviteRequests.denied.list
@utdk/slack /admin.inviteRequests.denied.list
admin_inviteRequests_denied_list
List all denied workspace invite requests.
token header required
Authentication token. Requires scope: `admin.invites:read`
string
team_id query
ID for the workspace where the invite requests were made.
string
cursor query
Value of the `next_cursor` field sent as part of the previous api response
string
limit query
The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive
integer

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

adminInviterequestsDeniedList
GET/admin.inviteRequests.denied.list
List all denied workspace invite requests.

ID for the workspace where the invite requests were made.

Value of the `next_cursor` field sent as part of the previous api response

The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminInviterequestsDeniedList()