Uploading user data into AAM
Hi,
Use case : We have a web application with list of customers (including email, gender, name and etc). we want to send these of list of users to AAM using API so that our customers can make use of this data in AAM.
we want send the user data using API with below options
1. how to send a single profile (email, name, gender) using API
2. how to upload a file with list of profile (spreadsheet or any other file having list of customer data) with multipart request using API
3. how to send JSON payload via API
Please help me on this..