wallaroo.user


class User:

A platform User.

User(client, data: Dict[str, Any])
client
def id(self) -> str:
def email(self) -> str:
def username(self) -> str:
def enabled(self) -> bool:
@staticmethod
def list_users(client):

List all users using the provided client.

@staticmethod
def get_email_by_id(client: wallaroo.client.Client, id: str):
@staticmethod
def invite_user(client, email, password):