userProfile access_token
Optional
options?: { Optional
custom_Data saved to profile's custom_data property
Optional
nickname?: stringThe nickname to update the userProfile
0.1.0
const options = {nickname: 'New Nickname'}
updateUserProfile({accessToken, options}).then(profile => console.log(profile))
Generated using TypeDoc
Updates profile by accessToken with optional changed nickname or custom_data.