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