getFullUser
Returns extended user info by ID.
getRequirementsToContact
Check whether we can write to the specified users, used to implement bulk checks for Premium-only messages » and paid messages ». For each input user, returns a RequirementToContact constructor (at the same offset in the vector) containing requirements to contact them.
getSavedMusicByID
Check if the passed songs are still pinned to the user's profile, or refresh the file references of songs pinned on a user's profile see here » for more info.
getSavedMusic
Get songs pinned to the user's profile, see here » for more info.
getUsers
Returns basic user info according to their identifiers.
setSecureValueErrors
Notify the user that the sent passport data contains some errors The user will not be able to re-submit their Passport data to you until the errors are fixed (the contents of the field for which you returned the error must change). Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues.
suggestBirthday
Suggest a birthday to another user, see here » for more info on birthdays in the API.