groups

groups.getInvites

Returns a list of invitations to join communities and events.

To call this method, you can use:
• user access token obtained in the standalone app through Implicit Flow (access right required: groups — this is issued in exceptional cases by a request to support at devsupport@corp.vk.com)

Parameters

offset

positive

Offset needed to return a specific subset of invitations.

count

positive

Number of invitations to return.

extended

checkbox

1 — to return additional fields for communities..

Result

Returns the total results number in count field and an array of objects describing communities in items field. Each object contains an additional invited_by field specifying the ID of the user who sent the invitation.

Error codes

Common errors may occur during execution

Linked versions

Go to API versions page
  • In the object that describes community The type of fields has changed. start_date and finish_date From string to numeric.

  • Methods that work with news, when the filter is installed friend Return the field user_id instead of uid .

  • In the method fave.getLinks Images are returned in the fields photo_50 and photo_100 instead of image_src and image_middle .