Skip to main content
Version: 5.7.0

SysRemoveGroupMember

Remove a member from the group, bypassing group ownership/ACL checks.

ServiceOperation
groupSYS_REMOVE_GROUP_MEMBER

Method Parameters

ParameterDescription
groupIdThe id of the group.
profileIdThe profile id of the user being removed from the group.

Usage

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

Status Codes

CodeNameDescription
40455APP_ERRORCannot delete group owner.