groups.removeMember

Syntax

bool groups.removeMember ( int groupId, int uid = NULL )

Argument Info

NameTypeRequiredDefault valueDescription
groupIdintRequirednoneThe ID of the group that you are removing the user from.
uidintOptionalNULLThe ID of the user you are removing from the group.

Response

Will return whether or not the member has been successfully removed from the desired group.

NameTypeDescription
resultINTUpon success the response will be 1.

Return Values

FieldDescriptionPossible Values