Update Customer DetailsAsk AIput https://{host}/v2/customers/{userId}Lets you update existing customer details.Path ParamsuserIdstringrequiredUnique ID of the customer whose information needs to be updated.Query ParamssourcestringenumrequiredSource in which you want to update the customer details. For sources with multiple accounts such as WECHAT, FACEBOOK, MOBILE_APP, or LINE, you also need to provide the respective account id.Show 12 enum valuesaccountIdstringAccount in which you want to update the customer details (Required only for sources with multiple accounts)use_asyncbooleanDefaults to falsePass true to run loyalty activities in the back ground. Hence, sideEffects are not returned in the response. Pass false to wait for loyalty activities to complete and return the side effects.mlp_single_enrollbooleanPass true to enroll a customer in all the loyalty programs available for the org. Pass false to enroll in a specific program or the default program of the till.Body ParamsRAW_BODYjsonHeadersX-CAP-API-OAUTH-TOKENstringUSER-CONTEXT-ENTITY-TYPEstringUSER-CONTEXT-ENTITY-TYPEUSER-CONTEXT-ENTITY-IDstringEnter user IDUSER-CONTEXT-ENTITY-SOURCEstringEnter user source.USER-CONTEXT-ENTITY-SOURCE-IDstringEnter user source ID.Responses 200200 500500Updated 26 days ago