Skip to content

Account.Password property

User password. The user password is stored encrypted on the database, and is never returned by the API. A lost user password can not be retrieved, only reset by the user, either via che Amica WebApp, or via API.

public string? Password { get; set; }

See Also