Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

UpdateUserLoginProps

Properties for updating an existing user login

export interface UpdateUserLoginProps extends BaseUserId {
	newLogin: string;
	password: string;
}

Properties

NameRequiredTypeDescription
newLoginRequiredstringThe new login to be set. It has to be a valid email address.
passwordRequiredstringThe password of the user required for verification.

Referenced Types

On this page