docs/UserResponse.md in fastly-4.0.0.alpha4 vs docs/UserResponse.md in fastly-4.0.0
- old
+ new
@@ -2,11 +2,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **login** | **String** | The login associated with the user (typically, an email address). | [optional] |
+| **login** | **String** | | [optional][readonly] |
| **name** | **String** | The real life name of the user. | [optional] |
| **limit_services** | **Boolean** | Indicates that the user has limited access to the customer's services. | [optional] |
| **locked** | **Boolean** | Indicates whether the is account is locked for editing or not. | [optional] |
| **require_new_password** | **Boolean** | Indicates if a new password is required at next login. | [optional] |
| **role** | [**RoleUser**](RoleUser.md) | | [optional] |
@@ -14,10 +14,10 @@
| **two_factor_setup_required** | **Boolean** | Indicates if 2FA is required by the user's customer account. | [optional] |
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **id** | **String** | | [optional][readonly] |
-| **email_hash** | **String** | The alphanumeric string identifying a email login. | [optional] |
+| **email_hash** | **String** | The alphanumeric string identifying a email login. | [optional][readonly] |
| **customer_id** | **String** | | [optional][readonly] |
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)