Skip to main content
Version: 5.7.0

SysIsGroupMember

Verifies if user is a group member and returns information about group member, bypassing ownership/ACL checks.

ServiceOperation
groupSYS_IS_GROUP_MEMBER

Method Parameters

ParameterDescription
groupIdThe id of the group.
profileIdThe profile id of the user to be checked.

Usage

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