Wallaroo.AI (Version 2024.3)
2024.3 (Current Version)
2024.2
2024.1
2023.2
Developer Guides
Wallaroo SDK Guides
SDK Reference
wallaroo.user
wallaroo.user
class
User
:
A platform User.
User
(
client
,
data
:
Dict
[
str
,
Any
]
,
standalone
=
False
)
def
id
(
self
) ->
str
:
def
email
(
self
) ->
str
:
def
username
(
self
) ->
str
:
def
enabled
(
self
) ->
bool
:
@staticmethod
def
list_users
(
auth
,
api_endpoint
:
str
=
'http://api-lb:8080'
):
@staticmethod
def
get_email_by_id
(
client
:
wallaroo.client.Client
,
id
:
str
):
@staticmethod
def
invite_user
(
email
,
password
,
auth
,
api_endpoint
:
str
=
'http://api-lb:8080'
):