London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi - it's not possible to create user account via ServiceAPI at the moment.
Hi Quan
Thanks for the answer.
Are there any workarounds for making a fully automated solution by API.
We have a Episerver Partner taking care of Episerver, but I need to deliver all data by API. Thats creating Organization -> Contact -> Account ???
Can they write custom code/function ?
I also have direct SQL access, if that helps.
Any ideas would be very helpful :-)
Keep in mind that ServiceAPI is just a REST endpoint. I see no reason why you can't write extensions to that endpoint - exposing new resources for creating user account. Here's an example: https://github.com/Geta/service-api
Hi all
Is it possible with the Service API to also create User Account.
Im am integrating ERP with commerce for pure B2B, and I can create Organizations and Contact, that all should come from ERP.
But I can figure out how to create the user account and link them.