Alokai

UpdateUserLoginProps

Properties for updating an existing user login

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