Developers » API methods » Groups » groups.editManager
Groupsgroups.editManager
Allows to add, remove or edit the community manager .
This method can be called with a user token received in Standalone-app via Implicit Flow. Access rights required: groups.
Parameters
group_idCommunity ID.
positive number, required parameter
user_idUser ID.
positive number, required parameter
roleManager role. Possible values:
  • moderator;
  • editor;
  • administrator.
string
is_contact1 — to show the manager in Contacts block of the community.
flag, either 1 or 0
contact_positionPosition to show in Contacts block.
string
contact_phoneContact phone.
string
contact_emailContact e-mail.
string
Result
Returns 1 if succeeded.
Errors
700Cannot edit creator role
701User should be in club
702Too many officers in club
Global errors can occur while running. See their descriptions on this page.