Skip to main content
Version: 5.7.0

SysUpdateLegacyFlaggedUser

Updates a user's entry in the legacy list of flagged users.

ServiceOperation
globalAppSYS_UPDATE_LEGACY_FLAGGED_USER

Method Parameters

ParameterDescription
profileIdTarget user's profile id.
isActiveFlag indicating whether the user is flagged or not.
notesA field for recording something noteworthy about this user.

Usage

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