MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / read_group

Method read_group

slack_sdk/scim/v1/async_client.py:200–201  ·  view source on GitHub ↗
(self, id: str)

Source from the content-addressed store, hash-verified

198 )
199
200 async def read_group(self, id: str) -> ReadGroupResponse:
201 return ReadGroupResponse(await self.api_call(http_verb="GET", path=f"Groups/{quote(id)}"))
202
203 async def create_group(self, group: Union[Dict[str, Any], Group]) -> GroupCreateResponse:
204 return GroupCreateResponse(

Callers 1

test_groupsMethod · 0.95

Calls 2

api_callMethod · 0.95
ReadGroupResponseClass · 0.85

Tested by 1

test_groupsMethod · 0.76