• Convienience function to provide Studio specific password reset functions defaulting the url Studio endpoint.

    Parameters

    • token: string

      the reset token recieved as part of the startPasswordReset process

    • password: string

      the new password to be used by the user specified in the token.

    Returns Promise<null | KosServiceResponse<unknown>>

    an API response with no value.

    See

    startPasswordReset