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

Method user

slack_sdk/scim/v1/response.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145
146 @property
147 def user(self) -> User:
148 return User(**self.snake_cased_body)
149
150 def __init__(self, underlying: SCIMResponse):
151 self.underlying = underlying

Callers

nothing calls this directly

Calls 1

UserClass · 0.90

Tested by

no test coverage detected