https://slack.com/admin.inviteRequests.approved.listList 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
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/admin.inviteRequests.approved.list' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://slack.com/admin.inviteRequests.approved.listList 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
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/admin.inviteRequests.approved.list' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}