Use OCAPI to create CUSTOMER with password defined #476
pedro-viana92
started this conversation in
Team Posts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I'm trying to create a new customer using this OCAPI endpoint:
{{HOST}}/s/-/dw/data/{{OCAPI_VERSION}}/customer_lists/{{SITE}}/customers
I want to know if it possible to create a customer passing a parameter to set the customer's password using this endpoint.
I can use this endpoint to create, but the customer is created without password and this is generating some problems in my application, so I need to make sure a customer is created with a password.
Beta Was this translation helpful? Give feedback.
All reactions