# UserInformation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **activationAccessCode** | **String** | Access code provided to the user to activate the account. | [optional] **company** | **String** | The name of the user's company. | [optional] **connectConfigurations** | [ConnectUserObject] | Object representing the user's custom Connect configuration. | [optional] **countryCode** | **String** | The three-letter code for the user's country. | [optional] **createdDateTime** | **String** | The UTC DateTime when the item was created. | [optional] **customSettings** | [NameValue] | The name/value pair information for the user custom setting. | [optional] **defaultAccountId** | **String** | The default account ID associated with the user. | [optional] **email** | **String** | The user's email address. | [optional] **enableConnectForUser** | **String** | Boolean value that specifies whether the user is enabled for updates from DocuSign Connect. | [optional] **errorDetails** | [**ErrorDetails**](ErrorDetails.md) | | [optional] **firstName** | **String** | The user's first name. Maximum Length: 50 characters. | [optional] **forgottenPasswordInfo** | [**ForgottenPasswordInformation**](ForgottenPasswordInformation.md) | | [optional] **groupList** | [Group] | A list of the group information for groups to add the user to. Use [UserGroups::listGroups](https://developers.docusign.com/esign-rest-api/reference/UserGroups/Groups/list) to get information about groups. When setting a user's group, only the `groupId` is required. | [optional] **homeAddress** | [**AddressInformation**](AddressInformation.md) | | [optional] **initialsImageUri** | **String** | The URI for retrieving the image of the user's initials. | [optional] **isAdmin** | **String** | Determines if the feature set is actively set as part of the plan. | [optional] **isNAREnabled** | **String** | When set to **true**, National Association of Realtors (NAR) signature logos are enabled for the user. | [optional] **jobTitle** | **String** | The user's job title. | [optional] **lastLogin** | **String** | The date and time when the user last logged in to the system. | [optional] **lastName** | **String** | The user's last name. Maximum Length: 50 characters. | [optional] **loginStatus** | **String** | Boolean value that indicates whether the user is currently logged in or not. | [optional] **middleName** | **String** | The user's middle name. Limit: 50 characters. | [optional] **password** | **String** | The user's encrypted password hash. | [optional] **passwordExpiration** | **String** | If password expiration is enabled, the date-time when the user's password expires. | [optional] **permissionProfileId** | **String** | The ID of the permission profile. Possible values include: - `2301416` (for the `DocuSign Viewer` profile) - `2301415` (for the `DocuSign Sender` profile) - `2301414` (for the `Account Administrator` profile) In addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`. | [optional] **permissionProfileName** | **String** | The name of the account permission profile. Example: `Account Administrator` | [optional] **profileImageUri** | **String** | The URL for retrieving the user's profile image. | [optional] **sendActivationEmail** | **String** | When set to **true**, specifies that an activation email be sent to the user. | [optional] **sendActivationOnInvalidLogin** | **String** | When set to **true**, specifies that an additional activation email be sent if user's log on fails before the account is activated. | [optional] **signatureImageUri** | **String** | An endpoint URI that you can use to retrieve the user's signature image. | [optional] **subscribe** | **String** | | [optional] **suffixName** | **String** | The suffix for the user's name, such as Jr, IV, PhD, etc. Limit: 50 characters. | [optional] **title** | **String** | The title of the user. | [optional] **uri** | **String** | A URI containing the user ID. | [optional] **userAddedToAccountDateTime** | **String** | The date and time that the user was added to the account. | [optional] **userId** | **String** | The ID of the user to access. Generally this is the ID of the current authenticated user, but if the authenticated user is an Administrator on the account, `userId` can represent another user whom the Administrator is accessing. | [optional] **userName** | **String** | The name of the user. | [optional] **userProfileLastModifiedDate** | **String** | The date and time that the user's profile was last modified. | [optional] **userSettings** | [**UserSettingsInformation**](UserSettingsInformation.md) | | [optional] **userStatus** | **String** | Status of the user's account. One of: - `ActivationRequired` - `ActivationSent` - `Active` - `Closed` - `Disabled` | [optional] **userType** | **String** | The type of user, for example `CompanyUser`. | [optional] **workAddress** | [**AddressInformation**](AddressInformation.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)