Skip to main content
Version: 5.7.0

SysRemoveFromLegacyFlaggedUsers

Removes a user from the legacy list of flagged users.

ServiceOperation
globalAppSYS_REMOVE_FROM_LEGACY_FLAGGED_USERS

Method Parameters

ParameterDescription
profileIdTarget user's profile id.

Usage

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