All URIs are relative to https://slack.com/api
Feature | HTTP request | Description |
---|---|---|
admin_teams_owners_list | Get /admin.teams.owners.list |
admin_teams_owners_list (token: STRING_32 ; team_id: STRING_32 ; limit: detachable INTEGER_32 ; cursor: detachable STRING_32 ): detachable STRING_TABLE [ANY]
List all of the owners on a given workspace.
Name | Type | Description | Notes |
---|---|---|---|
token | STRING_32 | Authentication token. Requires scope: `admin.teams:read` | [default to null] |
team_id | STRING_32 | [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] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]