Updates the "General" section in the current user's profile.
Omitting a parameter means that that property remains unchanged. To clear a property (except first_name), pass an empty string.
This method requires the following permissions: account.
Parameters
First name. Can't be cleared. If an empty string is passed, the first name will remain unchanged.
Nickname or middle name.
Last name.
Maiden name.
Preferred grammatical gender used to choose pronouns in strings that refer to the current user.
none– equivalent to "none selected" on the webmale– he/himfemale– she/herother– they/them
Birth date as DD.MM.YYYY.
Hometown.
Relationship status.
Possible values:
none,
single,
in_relationship,
engaged,
married,
in_love,
complicated,
actively_searching.
Identifier of the relationship partner.
All relationship statuses except none, single, and actively_searching can have a partner. All of those, except in_love, require the partner to set the current user as their partner to show up on both their profiles.
Result
Returns true on success.