Slack.Web.Admin.InviteRequests.Denied (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

List all denied workspace invite requests.

Functions

list(optional_params \\ %{})

List all denied workspace invite requests.

API reference

Rate limit: Tier 2: 20+ per minute
Scopes:

View on docs.slack.dev ↗

Optional Params

  • cursor - Value of the next_cursor field sent as part of the previous api response ex: 5cweb43
  • limit - The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive ex: 100
  • team_id - ID for the workspace where the invite requests were made ex: T0U9RERW4

Errors the API can return:

  • feature_not_enabled - The Invite Request admin APIs feature is not enabled
  • not_an_admin - This token doesn't have admin privileges.
  • team_not_found - The team_id specified wasn't found.

See the Common Errors guide for errors returned by every Web API method.