WixUsers - Add additional APIs

Hello Everyone.

Would you please update the WixUsers API to have additional objects and functions, for example:

1. getUserFullName

let userFullName = curentUser.getUserFullName; // function
  1. FirstName & LastName
let userFirstName = curentUser.FirstName; // object
let userLastName = curentUser.LastName; // object

Other data about the user from Wix Contact / Wix Site Members.

Those would be very useful when building a user interactive apps, such as wishlists, reviews and any other apps that require the name of the user or other objects, for now, anyone who wants to submit data to database using a form that requires his name must write it down by himself, while using the APIs, users won’t have to write their data (name, email, phone, etc), but instead, they’ll be fetched using WixUsers APIs and submitted to the database alongside the user submitted data using the $w(‘#dataset’).onBeforeSave() function.

#WixUsers api #Corvid #Username #Wishlist #Reviews #Ratings