We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5164d commit 7dcf614Copy full SHA for 7dcf614
simvue/api/objects/administrator/user.py
@@ -219,13 +219,6 @@ def email(self) -> str:
219
return self._get_attribute("user")["email"]
220
return self._get_attribute("email")
221
222
- @property
223
- def tenant(self) -> str:
224
- """Retrieve user tenant."""
225
- if self.id and self.id.startswith("offline_"):
226
- return self._get_attribute("user")["tenant"]
227
- return self._get_attribute("tenant")
228
-
229
@email.setter
230
@write_only
231
@pydantic.validate_call
0 commit comments