User
Properties
Name | Type | Description | Notes ———— | ————- | ————- | ————- id | str | A unique identifier for the user. Cannot be edited. | creation_date | int | Unix Epoch in seconds | friendly_name | str | A shorter name for the user than the id. Unlike id it does not identify the user (it might not be unique). Used in some places in the UI. | [optional] email | str | The email address of the user. If API authentication is enabled, this field is mandatory and will be invited to login. If API authentication is disabled, this field will be ignored. All current APIAuthenticators require the email to be lowercase and unique, although custom authenticators may not enforce this. | [optional] any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional]