Skip to main content
Version: 5.7.0

SysAddGroupMember

Add a user as a member to the group, bypassing ownership/ACL checks. Optional parameters: role OR attributes.

ServiceOperation
groupSYS_ADD_GROUP_MEMBER

Method Parameters

ParameterDescription
groupIdThe id of the group.
profileIdThe profile id of the member being added.
roleRole of the user being added as a member.
attributesAttributes of the member being added.

Usage

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