Adds a new manager to a group.

The current user must be an administrator in the group.

As of Smithereen 1.0, groups cannot be managed by users from other servers. A future version may lift this restriction.

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.