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:113–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
112
@property
113
def
user(self) -> User:
114
return
User(**self.snake_cased_body)
115
116
def
__init__(self, underlying: SCIMResponse):
117
self.underlying = underlying
Callers
nothing calls this directly
Calls
1
User
Class · 0.90
Tested by
no test coverage detected