Updates a group manager's title and privilege level.

The current user must be an administrator in the group. Only the group creator can edit their own title. The creator's privilege level can't be changed.

This method requires the following permissions: groups.

Parameters

group_id
integer (positive)

Group identifier.

user_id
integer (positive)

User identifier.

level
enum

Privilege level.

  • moderator – can delete content, block and accept group members
  • admin – can edit the group profile and settings, and add new managers
title
string

The publicly-visible title for this person in the "Managers" block in the group profile.

Result

Returns true on success.

Errors

181
Can't add or update this group manager
Global errors may also occur when calling this method.