public class User extends Object
| Constructor and Description | 
|---|
| User()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreated()Returns the created date for the user. | 
| String | getDefaultGroupGuid()Returns the default group GUID for the user. | 
| List<Email> | getEmails()Returns the email addresses for the user. | 
| String | getLogin()Returns the login for the user. | 
| String | getModified()Returns the modified date for the user. | 
| String | getName()Returns the name of the user. | 
| boolean | is2faEnabled()Returns  trueif 2-factor authentication is enabled for the user. | 
| boolean | isActive()Returns  trueif the user is active. | 
| boolean | isSsoUser()Returns  trueif SSO is enabled for the user. | 
| String | toString()Returns a string representation of the object. | 
public String getName()
public String getLogin()
public String getDefaultGroupGuid()
public String getCreated()
public String getModified()
public boolean isActive()
true if the user is active.true if the user is activepublic boolean isSsoUser()
true if SSO is enabled for the user.true if SSO is enabled for the userpublic boolean is2faEnabled()
true if 2-factor authentication is enabled for the user.true if 2-factor authentication is enabled for the userpublic List<Email> getEmails()
Copyright © 2020. All rights reserved.