GroupUserView
Name | Type | Description |
---|---|---|
SystemUserId | GUID | The ID of the Group User. Is NULL if calling CreateGroupUser |
FirstName | string | User’s first name |
LastName | string | User’s last name |
Username | string | Unique username |
Password | string | The encrypted password of the user using the EncryptString call. |
StatusCode | UserStatusCodes |
Status code for the user being updated. 0 – UserStatusCodes.Inactive 1 – UserStatusCodes.Active |
Company | string | The company name of the user being updated. |
Region | string | User defined region, used for client categorization. |
TimeZoneId | string | This parameter can be either a .NET recognized time zone (can be found in the list returned by the .NET method TimeZoneInfo.GetSystemTimeZones()) or a standard TZID from the Olson database (http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html) |
UserGroupId | GUID | The group ID where this user needs to belong to |
EmailSignature | string | A string representation of the signature a user would like appended to the emails sent out for session notifications. Note: this is a permanent change and will show up in each subsequent notification. |