Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
hzr Posted August 13, 2017 Posted August 13, 2017 Using https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTindex I only see 5 parameters I need to be able to set the user's verify status (to trigger a verification email), set their registration IP with a value I have, an autodetected timezone, a photoUrl. Is this possible in a sane way?
bfarber Posted August 14, 2017 Posted August 14, 2017 I've raised your suggestions internally - there is no way through the REST API to set these things presently.
hzr Posted August 15, 2017 Author Posted August 15, 2017 What would your suggestion be? Potentially create one, save the uid, then do direct database writes or something?
Fosters Posted August 15, 2017 Posted August 15, 2017 You could create your own APP with an own REST API endpoint and your required features. Its really very easy to implement this.
bfarber Posted August 15, 2017 Posted August 15, 2017 6 hours ago, Fosters said: You could create your own APP with an own REST API endpoint and your required features. Its really very easy to implement this. Yes, if this is an immediate and important need, I would probably extend the existing REST API (either through a new app, or through a plugin overwriting the existing API endpoint method).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.