Skip to main content
Version: 5.9.0

SysGetLegacyFlaggedUserData

Retrieves the details about a legacy flagged user.

ServiceOperation
globalAppSYS_GET_LEGACY_FLAGGED_USER_DATA

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": {
"isActive": true,
"notes": "This is a note about the player.",
"updatedAt": 1666991622419,
"profileId": "f76698c7-bb0c-439a-a46d-44b5f6ca6e15",
"playerName": "",
"pictureUrl": null,
"summaryFriendData": null
},
"status": 200
}