Skip to content

changeName

Sahri Riza Umami edited this page Dec 8, 2016 · 2 revisions

Changes first and last names of logged in user.

changeName(first_name, last_name)

If something changes, updateUser will be sent.

Option Description
first_name New value of user first name, 1-255 characters.
last_name New value of optional user last name, 0-255 characters.

Example

Change currently logged in users first name to "Maman" and last name to "Suparman".

changeName('Maman', 'Suparman')

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally