All URIs are relative to https://slack.com/api
Feature | HTTP request | Description |
---|---|---|
admin_apps_restricted_list | Get /admin.apps.restricted.list |
admin_apps_restricted_list (token: STRING_32 ; limit: detachable INTEGER_32 ; cursor: detachable STRING_32 ; team_id: detachable STRING_32 ; enterprise_id: detachable STRING_32 ): detachable STRING_TABLE [ANY]
List restricted apps for an org or workspace.
Name | Type | Description | Notes |
---|---|---|---|
token | STRING_32 | Authentication token. Requires scope: `admin.apps:read` | [default to null] |
limit | INTEGER_32 | The maximum number of items to return. Must be between 1 - 1000 both inclusive. | [optional] [default to null] |
cursor | STRING_32 | Set `cursor` to `next_cursor` returned by the previous call to list items in the next page | [optional] [default to null] |
team_id | STRING_32 | [optional] [default to null] | |
enterprise_id | STRING_32 | [optional] [default to null] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]