TheUser |
Scroll |
The TheUser class contains information about a user or group in Thereforeā¢ and/or the active directory.
Namespace: Therefore.API
Visual Basic Public Class TheUser C# public class TheUser |
Name |
Description |
Gets or sets the description of the user or user group. |
|
Gets or sets whether the user is disabled or not. |
|
Gets or sets the display name of the user or user group. |
|
Gets or sets the domain name of the user or user group. |
|
Gets or sets the name of the folder the user or user group belongs to. |
|
Gets or sets whether the user has to change his password on his next log in or not. |
|
Gets or sets the SMTP email address of the user or user group. |
|
Gets or sets the ID of an Thereforeā¢ user. |
|
Gets or sets the user name of the user or user group. |
|
Gets or sets the TheUserType of the user or user group. |
Name |
Description |
Adds a user to a group. |
|
Creates a new Thereforeā¢ internal user. |
|
Loads a user or group with the specified ID. |
|
Returns the groups the current user is member of. |
|
Returns the users of the current group. Only applies when the current user is of type group. |
|
Removes a user from a group. |
|
Triggers the forgot password functionality. |
|
Saves the changes made to the current user. |
|
Immediately changes the password for the current user. |
|
Returns a string representation of the object (for debugging). |