-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.user.IncendiumUser
César Román edited this page Apr 30, 2024
·
8 revisions
-
object
- incendium.user.IncendiumUser
Wrapper class for Ignition's PyUser object.
Args:
- user (PyUser): Ignition's user object.
- contact_info (
list
[ContactInfo]): A sequence of ContactInfo objects. - email (
list
[str
]): User's email address(es). - first_name (
str
): User's first name. - full_name (
str
): User's full name. - last_name (
str
): User's last name. - locale (
str
): User's preferred language. - roles (
list
[str
]): A list of roles for this User.
- get_emails
- get_user
- get_user_email_address
- get_user_first_name
- get_user_last_name