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

Method users

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

Source from the content-addressed store, hash-verified

77
78 @property
79 def users(self) -> List[User]:
80 return [User(**r) for r in self.snake_cased_body.get("resources")]
81
82 def __init__(self, underlying: SCIMResponse):
83 self.underlying = underlying

Callers

nothing calls this directly

Calls 2

UserClass · 0.90
getMethod · 0.45

Tested by

no test coverage detected