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

Method read_user

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

Source from the content-addressed store, hash-verified

133 )
134
135 async def read_user(self, id: str) -> ReadUserResponse:
136 return ReadUserResponse(await self.api_call(http_verb="GET", path=f"Users/{quote(id)}"))
137
138 async def create_user(self, user: Union[Dict[str, Any], User]) -> UserCreateResponse:
139 return UserCreateResponse(

Callers 1

test_usersMethod · 0.95

Calls 2

api_callMethod · 0.95
ReadUserResponseClass · 0.85

Tested by 1

test_usersMethod · 0.76