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

KeyDatatypeRequiredDescription
channel_idstring(Required) The channel to determine connected workspaces within the organization for.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page
limitstringThe maximum number of items to return. Must be between 1 - 1000 both inclusive.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.conversations:read

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;team_ids&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;response_metadata&quot;:{&quot;next_cursor&quot;:&quot;\u003cstring\u003e&quot;}}