# UsersCreateShaUserRequest
## Properties
**user_id** | **String** | User ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars. | [default to null]
**email** | **String** | User email. | [default to null]
**password** | **String** | User password hashed using SHA. | [default to null]
**password_version** | Option<**String**> | Optional SHA version used to hash password. Allowed values are: 'sha1', 'sha224', 'sha256', 'sha384', 'sha512/224', 'sha512/256', 'sha512', 'sha3-224', 'sha3-256', 'sha3-384', 'sha3-512' | [optional][default to ]
**name** | Option<**String**> | User name. Max length: 128 chars. | [optional][default to ]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)