# NewUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **apiPassword** | **String** | Contains a token that can be used for authentication in API calls instead of using the user name and password. | [optional] **createdDateTime** | **String** | The UTC DateTime when the item was created. | [optional] **email** | **String** | The user's email address. | [optional] **errorDetails** | [**ErrorDetails**](ErrorDetails.md) | | [optional] **membershipId** | **String** | The user's membership ID. | [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] **uri** | **String** | A URI containing the user ID. | [optional] **userId** | **String** | Specifies the user ID for the new user. | [optional] **userName** | **String** | The name of the user. | [optional] **userStatus** | **String** | Status of the user's account. One of: - `ActivationRequired` - `ActivationSent` - `Active` - `Closed` - `Disabled` | [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)