Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/slackapi/python-slack-sdk
/ user
Method
user
slack_sdk/scim/v1/response.py:130–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
129
@property
130
def
user(self) -> User:
131
return
User(**self.snake_cased_body)
132
133
def
__init__(self, underlying: SCIMResponse):
134
self.underlying = underlying
Callers
nothing calls this directly
Calls
1
User
Class · 0.90
Tested by
no test coverage detected