Skip to main content
Version: 5.7.0

SysUpdateGroupMember

Update a member of the group.

ServiceOperation
groupSYS_UPDATE_GROUP_MEMBER

Method Parameters

ParameterDescription
groupIdID of the group
profileIdProfile ID of the member being updated
roleRole of the member being updated
jsonAttributesAttributes of the member being updated

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}