November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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.