Interferon Posted July 31, 2022 Posted July 31, 2022 I'm digging deeper into the web API and haven't found any way of tracking actions. For example, we could have a user value that gets incremented each time they run our application, so their account can keep track of how many times total they run the program. This could be shown as a member field, or used to track activity to award a badge.
Interferon Posted July 31, 2022 Author Posted July 31, 2022 This might be as simple as just allowing modification of a profile field.
Interferon Posted July 31, 2022 Author Posted July 31, 2022 It looks like this can probably be done with the rawProperties info here:https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTitem
Recommended Posts