This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-sdk/docs/ModelsApiUserPassword.md

14 lines
715 B
Markdown
Raw Normal View History

2019-10-19 20:53:41 +00:00
# ModelsApiUserPassword
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | The user's email address | [optional] [default to null]
**Id** | **int32** | The unique, numeric id of this user. | [optional] [default to null]
**Password** | **string** | The user's password in clear text. Only used when registering the user. | [optional] [default to null]
**Username** | **string** | The username of the username. Is always unique. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)