Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CustomerUpdateCurrentUser

First parameter used in the customerUpdateMe API endpoint

export interface CustomerUpdateCurrentUser {
	version: string | number;
}

Properties

NameRequiredTypeDescription
versionRequiredstring | numberVersion of the user data

On this page