Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/slackapi/python-slack-sdk
/ main
Function
main
integration_tests/samples/scim/search_groups_async.py:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
async
def
main():
13
response = await client.search_groups(start_index=1, count=2)
14
print(
"-----------------------"
)
15
print(response.groups)
16
17
18
asyncio.run(main())
Callers
1
search_groups_async.py
File · 0.70
Calls
1
search_groups
Method · 0.45
Tested by
no test coverage detected