# DocuSign_eSign::UserInformation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_management_granular** | [**UserAccountManagementGranularInformation**](UserAccountManagementGranularInformation.md) | | [optional] **activation_access_code** | **String** | The activation code the new user must enter when activating their account. | [optional] **created_date_time** | **String** | Indicates the date and time the item was created. | [optional] **custom_settings** | [**Array<NameValue>**](NameValue.md) | The name/value pair information for the user custom setting. | [optional] **email** | **String** | | [optional] **enable_connect_for_user** | **String** | Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false. | [optional] **error_details** | [**ErrorDetails**](ErrorDetails.md) | | [optional] **first_name** | **String** | The user’s first name. Maximum Length: 50 characters. | [optional] **forgotten_password_info** | [**ForgottenPasswordInformation**](ForgottenPasswordInformation.md) | | [optional] **group_list** | [**Array<Group>**](Group.md) | A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. The parameters are: * groupId – The DocuSign group ID for the group. * groupName – The name of the group * permissionProfileId – The ID of the permission profile associated with the group. * groupType – The group type. | [optional] **home_address** | [**AddressInformationV2**](AddressInformationV2.md) | | [optional] **initials_image_uri** | **String** | Contains the URI for an endpoint that you can use to retrieve the initials image. | [optional] **is_admin** | **String** | Determines if the feature set is actively set as part of the plan. | [optional] **last_login** | **String** | Shows the date-time when the user last logged on to the system. | [optional] **last_name** | **String** | The user’s last name. Maximum Length: 50 characters. | [optional] **login_status** | **String** | Shows the current status of the user’s password. Possible values are: * password_reset * password_active * password_expired * password_locked * password_reset_failed | [optional] **middle_name** | **String** | The user’s middle name. Maximum Length: 50 characters. | [optional] **password** | **String** | | [optional] **password_expiration** | **String** | | [optional] **permission_profile_id** | **String** | | [optional] **permission_profile_name** | **String** | | [optional] **profile_image_uri** | **String** | | [optional] **send_activation_on_invalid_login** | **String** | When set to **true**, specifies that an additional activation email is sent to the user if they fail a log on before activating their account. | [optional] **signature_image_uri** | **String** | Contains the URI for an endpoint that you can use to retrieve the signature image. | [optional] **suffix_name** | **String** | The suffix for the user's name. Maximum Length: 50 characters. | [optional] **title** | **String** | The title of the user. | [optional] **uri** | **String** | | [optional] **user_id** | **String** | | [optional] **user_name** | **String** | | [optional] **user_profile_last_modified_date** | **String** | | [optional] **user_settings** | [**Array<NameValue>**](NameValue.md) | The name/value pair information for user settings. These determine the actions that a user can take in the account. The `[ML:userSettings]` are listed and described below. | [optional] **user_status** | **String** | | [optional] **user_type** | **String** | | [optional] **work_address** | [**AddressInformationV2**](AddressInformationV2.md) | | [optional]