groups.updateMember
Syntax
bool groups.updateMember ( int groupId, int uid, int memberType )Argument Info
| Type | Description | |||
|---|---|---|---|---|
| none | The ID of the group that you are updating the member type in. | |||
| none | The ID of the member you are updating. | |||
| none | The updated member type that you are assigning to the user ID. The possible values for memberType are:
|
Return Values
| Field | Description | Possible Values |
|---|---|---|
| 1 = inviteda | N/A | |
| 2 = membera | N/A | |
| 9 = admina | N/A |
