Skip to content

incendium.user.IncendiumUser

César Román edited this page Apr 30, 2024 · 8 revisions

Class IncendiumUser

  • object
    • incendium.user.IncendiumUser

Description

Wrapper class for Ignition's PyUser object.

Constructor summary

IncendiumUser(user)

Args:

  • user (PyUser): Ignition's user object.

Properties

  • 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.

Methods

  • get_emails
  • get_user
  • get_user_email_address
  • get_user_first_name
  • get_user_last_name
Clone this wiki locally