Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archiving Members #36

Open
kylegregory opened this issue Jun 5, 2018 · 3 comments
Open

Archiving Members #36

kylegregory opened this issue Jun 5, 2018 · 3 comments
Labels

Comments

@kylegregory
Copy link
Owner

kylegregory commented Jun 5, 2018

vis #25 @MilSix

Hi Kyle,
Quick questions for you about Emma api :

Is there an emma api calls for bulk “archive” subaccount/group/ of members

I only see there are 3 member statuses: “active”, “error”, or “optout” . Is there a way to set a member to “Inactive” ?

Terminology here is very complicated, so let me see if I can help. An 'archived' member is one which has been also been 'deleted.' That endpoint is DeleteMember or to delete multiple use DeleteMembers.

My understanding before GDPR was that 'deleting' via the API or 'archiving' through the front-end just adds a date to the deleted_at parameter. You might find help in the Resource Center especially as it pertains to users signing up again if they are 'archived.' This is probably a bit more complicated/changed after GDPR.

Now as far as making a user account 'inactive' that's an entirely other issue. Sounds like you want to move them into Error, where they won't receive any mailing, but information on that contact can be kept current. Then at some point in the future, you can move them back to Active if needed.

Reach out if you have other questions.
Kyle

@kylegregory
Copy link
Owner Author

@MilSix

Just received clarification from Emma on the Delete endpoints in Member. DeleteMember and DeleteMembers are "hard deletes" that remove the account and all history.

Checking on the existence of an "archive" or "soft delete" via the API, similar to the front-end.

Kyle

@MilSix
Copy link

MilSix commented Jun 13, 2018 via email

@MilSix
Copy link

MilSix commented Jun 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants