-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.user.IncendiumUser
César Román edited this page Oct 15, 2021
·
9 revisions
Wrapper class for Ignition's PyUser object.
Incendium(user)
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