Skip to content

AccountService.ChangePassword method

Requests a password change.

public Task<Response<Account>> ChangePassword(AccountChangePassword options, 
    RequestSettings? settings = null)
parameter description
options change password options.
settings request settings

Exceptions

exception condition
ArgumentNullException

See Also