JMap.User.changeFullName
For JMapCloud only.
Changes the user's full name.
The user's new full name.
Error if full name is not a string or is empty.
// change the user's full nameJMap.User.changeFullName("John Doe") .then(() => console.info("Full name changed successfully")) .catch(error => console.error(error)) Copy
// change the user's full nameJMap.User.changeFullName("John Doe") .then(() => console.info("Full name changed successfully")) .catch(error => console.error(error))
JMap.User.changeFullName
For JMapCloud only.
Changes the user's full name.