Oxygen Python Management SDK
All Classes Functions Variables
Public Member Functions
o2managementlib.O2UserInfo Class Reference

Represents Oxygen user information. More...

List of all members.

Public Member Functions

def get_oxygen_id
 Gets the user's Oxygen ID.
def get_first_name
 Gets the user's first name.
def get_last_name
 Gets the user's last name.
def get_display_name
 Gets the user's display name.
def get_email
 Gets the user's email.
def is_external
 Indicates whether the user uses AD/LDAP integration.
def is_deleted
 Indicates whether the user is deleted.
def is_disabled
 Indicates whether the user is disabled.
def get_last_login_date_time
 Gets the timestamp (in milliseconds) when the user last logged in.
def get_external_id
 Gets the user's AD/LDAP ID.
def is_not_activated
 Indicates whether the user is activated.

Detailed Description

Represents Oxygen user information.


Member Function Documentation

Gets the user's Oxygen ID.

Parameters:
selfThe object pointer.
Returns:
User's Oxygen ID

Gets the user's first name.

Parameters:
selfThe object pointer.
Returns:
User's first name

Gets the user's last name.

Parameters:
selfThe object pointer.
Returns:
User's last name

Gets the user's display name.

Parameters:
selfThe object pointer.
Returns:
User's display name

Gets the user's email.

Parameters:
selfThe object pointer.
Returns:
User's email

Indicates whether the user uses AD/LDAP integration.

Parameters:
selfThe object pointer.
Returns:
True if the user uses AD/LDAP integration

Indicates whether the user is deleted.

Parameters:
selfThe object pointer.
Returns:
True if the user is deleted

Indicates whether the user is disabled.

Parameters:
selfThe object pointer.
Returns:
True if the user is disabled

Gets the timestamp (in milliseconds) when the user last logged in.

Parameters:
selfThe object pointer.
Returns:
timestamp (in milliseconds) when the user last logged in

Gets the user's AD/LDAP ID.

Parameters:
selfThe object pointer.
Returns:
the user's AD/LDAP ID

Indicates whether the user is activated.

Parameters:
selfThe object pointer.
Returns:
True if the user is NOT activated (user in pending state)
 All Classes Functions Variables