provider admin.inviteRequests.approvedadmin GET /admin.inviteRequests.approved.list
@utdk/slack /admin.inviteRequests.approved.list
admin_inviteRequests_approved_list
List all approved 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.

adminInviterequestsApprovedList
GET/admin.inviteRequests.approved.list
List all approved 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.adminInviterequestsApprovedList()