Previous topic

Transaction

Next topic

All Exceptions

This Page

User

class fattmerchant.models.user.User(data)

User model class

id = None

Id of the user

system_admin = None

Whether the user is a system admin or not

name = None

Name of the user

email = None

Email of the user

email_verification_sent_at = None

When the verification email was sent

email_verified_at = None

When the email was verified

is_api_key = None

Whether this user is an api key or not

acknowledgments = None

Any acknowledgments for the user

created_at = None

When the user was created

updated_at = None

When the user was updated

deleted_at = None

When the user was deleted

brand = None

Brand of the user

gravatar = None

Gravatar of the user

team_admin = None

Whether the user is a team admin or now

team_enabled = None

Whether or not this user is enabled for a team

team_role = None

The role this user has on the associated team

merchant_options = None

Settings for the user for a merchant

is_default = None

Default merchant to load when user logs in to Omni