Use API to post user

Avatar
  • updated
  • Completed
It would be nice if the API supported posting users (aka equivalent to adding an approved user email address in the Privacy settings of the forum).
Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Quote from Mathew Weaver
Thanks for the response. Just so I can plan accordingly, when do you expect the isolated accounts to be implemented? Would that be within a few weeks? A few months? or longer? I can manage with how things work now, I just want to plan our deployment appropriately.
Hello Mathew.
We have completed your request. Check it out here http://userecho.com/dev/api/forums/access_list/cre...

Also feel free to subscribe to our changelog here http://feedback.userecho.com/topic/436206-userech...
Avatar
Sergey Stukov co-founder
  • Under review
At this moment we considering about separation of user accounts, so each community will have completely isolated uses account, after this we will add ability to create users with verified emails via API.
Avatar
Mathew Weaver
Thanks for the response. Just so I can plan accordingly, when do you expect the isolated accounts to be implemented? Would that be within a few weeks? A few months? or longer? I can manage with how things work now, I just want to plan our deployment appropriately.
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Quote from Mathew Weaver
Thanks for the response. Just so I can plan accordingly, when do you expect the isolated accounts to be implemented? Would that be within a few weeks? A few months? or longer? I can manage with how things work now, I just want to plan our deployment appropriately.
Hello Mathew.
We have completed your request. Check it out here http://userecho.com/dev/api/forums/access_list/cre...

Also feel free to subscribe to our changelog here http://feedback.userecho.com/topic/436206-userech...
Avatar
Mathew Weaver
Quote from Vladimir Mullagaliyev
Hello Mathew.
We have completed your request. Check it out here http://userecho.com/dev/api/forums/access_list/cre...

Also feel free to subscribe to our changelog here http://feedback.userecho.com/topic/436206-userech...
Thank you for adding this method to the API. Will adding an email address via this API send the invitation to the user or not? We would prefer that it not send the email invitation, since we have already verified their email and granted access to the forum.
Avatar
Vladimir Mullagaliyev co-founder
Quote from Mathew Weaver
Thank you for adding this method to the API. Will adding an email address via this API send the invitation to the user or not? We would prefer that it not send the email invitation, since we have already verified their email and granted access to the forum.
It works the same as add email from administrative interface.
If user was not registered in UserEcho we send invitation. If user was already registered then we skip email.
Avatar
Mathew Weaver
Quote from Vladimir Mullagaliyev
It works the same as add email from administrative interface.
If user was not registered in UserEcho we send invitation. If user was already registered then we skip email.
We are going to use the new "verified_email" attribute of the SSO token. Since our system already verifies the email, UserEcho shouldn't need to send the invitation.
Avatar
Vladimir Mullagaliyev co-founder
Quote from Mathew Weaver
We are going to use the new "verified_email" attribute of the SSO token. Since our system already verifies the email, UserEcho shouldn't need to send the invitation.
We have added new parameter "send_invitation".
Set:
 {"emails":[...], "send_invitation":false}