Skip to main content
Version: 5.7.0

SysGetLegacyFlaggedUserDataList

Retrieves the list of legacy flagged users for an app.

ServiceOperation
globalAppSYS_GET_LEGACY_FLAGGED_USER_DATA_LIST

Method Parameters

ParameterDescription
isActiveOnlyOptional flag to include only actively flagged users. Default is true.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"f76698c7-bb0c-439a-a46d-44b5f6ca6e15": {
"isActive": true,
"notes": "This is a note about the player.",
"updatedAt": 1666991622419,
"profileId": "f76698c7-bb0c-439a-a46d-44b5f6ca6e15",
"playerName": "",
"summaryFriendData": null,
"pictureUrl": null
}
},
"status": 200
}