Skip to main content
Version: 5.7.0

SysAddLegacyFlaggedUser

Adds a user to the legacy list of flagged users.

ServiceOperation
globalAppSYS_ADD_LEGACY_FLAGGED_USER

Method Parameters

ParameterDescription
profileIdTarget user's profile id.
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
}