admin conversations get Teams
GET {{baseUrl}}/admin.conversations.getTeams?channel_id=<string>&cursor=<string>&limit=<integer>
Get all the workspaces a given public or private channel is connected to within this Enterprise org.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel_id | string | (Required) The channel to determine connected workspaces within the organization for. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page | |
limit | string | The maximum number of items to return. Must be between 1 - 1000 both inclusive. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.conversations:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","team_ids":["\u003cstring\u003e","\u003cstring\u003e"],"response_metadata":{"next_cursor":"\u003cstring\u003e"}}