Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:scripting_user_class [2018/07/24 17:03] – created bkkr72:scripting_user_class [2018/07/24 19:08] – [UserClass] bkkr
Line 2: Line 2:
  
 ====== UserClass ====== ====== UserClass ======
 +
 +It corresponds to a user in Stages.
 +
 +**Username**
 +
 +   * Type: String
 +  * Documentation: Returns the Username
 +
 +**ExternalUsername**
 +
 +  * Type: String
 +  * Documentation: N/A
 +
 +**Fullname**
 +
 +  * Type: String
 +  * Documentation: Returns the full name of the user
 +
 +**LicenseType**
 +
 +  * Type: String
 +  * Documentation: Returns the License Type
 +      * Admin
 +      * QM
 +      * PM
 +      * DEV
 +      * Anonymous
 +
 +**EmailAddress**
 +
 +  * Type: String
 +  * Documentation: Returns the email address
 +
 +**DataSource**
 +
 +  * Type: String
 +  * Documentation: Returns the date source of the user synchronization
 +      * local
 +      * ???
 +
 +**DataSourceIdent**
 +
 +  * Type: String
 +  * Documentation: Returns the Datasource Ident of the user (LDAP)
 +
 +**DataSourceKey**
 +
 +  * Type: String
 +  * Documentation: Returns the Datasource Key of the user (LDAP)
 +
 +**Lastclient**
 +
 +  * Type: String
 +  * Documentation: Returns the last hostname/IP from which the user has logged into Stages
 +
 +**Clientchange**
 +
 +  * Type: Integer
 +  * Documentation: Returns the number of hostname/IP changes
 +
 +**Profile.Language**
 +
 +  * Type: String
 +  * Documentation: Returns the language settings of the user
 +      * project
 +      * en
 +      * de
 +      * browser
 +
 +**Profile.ExperienceLevel**
 +
 +  * Type: Integer
 +  * Documentation: Returns the experience level of the user
 +      * 0 (basic)
 +      * ...
 +      * 2 (expert)
 +
 +**Profile.ShowInvisibleElements**
 +
 +  * Type: Boolean
 +  * Documentation: Returns true if the user has choosen to show tailored elements as striked through
 +
 +**Notification.Format**
 +
 +  * Type: String
 +  * Documentation: Returns the notification format of the user settings
 +      * text
 +      * html
 +
 +**ID**
 +
 +  * Type: String
 +  * Documentation: Returns the internal user ID