Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.46 KB

ADMIN_TEAMS_OWNERS_API.md

File metadata and controls

42 lines (23 loc) · 1.46 KB

ADMIN_TEAMS_OWNERS_API

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

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.

Parameters

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]

Return type

STRING_TABLE [ANY]

Authorization

slackAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]