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

Method read_group

slack_sdk/scim/v1/client.py:197–198  ·  view source on GitHub ↗
(self, id: str)

Source from the content-addressed store, hash-verified

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

Callers 2

test_groupsMethod · 0.95
test_lookup_groupsMethod · 0.45

Calls 2

api_callMethod · 0.95
ReadGroupResponseClass · 0.85

Tested by 2

test_groupsMethod · 0.76
test_lookup_groupsMethod · 0.36