Posted August 20, 20186 yr Community Expert Do the MemberSync extension run when someone creates a member via Rest API? Tks.
August 20, 20186 yr Yes, they should, as they are run centrally in \IPS\Member::save() (which the API ultimately calls).
August 20, 20186 yr Author Community Expert I got a resource that uses MemberSync (onCreateAccount and onValidate) but the user says it's not running what's in the extension. I'll try to get more info on it. Tks.
August 20, 20186 yr 1 hour ago, Adriano Faria said: I got a resource that uses MemberSync (onCreateAccount and onValidate) but the user says it's not running what's in the extension. I'll try to get more info on it. Tks. I'm seeing a similar problem but with the onDelete not firing. I have more investigation to do, though.
November 15, 20186 yr Author Community Expert On 8/20/2018 at 5:03 PM, Ryan Ashbrook said: Yes, they should, as they are run centrally in \IPS\Member::save() (which the API ultimately calls). Ryan, what about Commerce, probably packages? A user is saying that my app isn’t doing what it should when they create the account.
November 15, 20186 yr Yes, we always use the ActiveRecord member object to create members (i.e. we do not insert members manually into the database using a direct query anywhere).
Archived
This topic is now archived and is closed to further replies.