ACS - Bulk Profile Creation - Adobe IO Rest API | Community
Skip to main content
Premkarthic-7WP
Level 4
September 12, 2017
Solved

ACS - Bulk Profile Creation - Adobe IO Rest API

  • September 12, 2017
  • 3 replies
  • 3569 views

HI,

We are trying to create profiles on bulk with Adobe IO REST Api.

The issue here is we didn't able to create multiple profiles with single request to profileAndServicesExt api by passing JSON as array like

[   {

"email":"profile1@adobe.com"

} ,

{

"email":"profile2@adobe.com"

}]

The Same is working - if we make individual request for each profile entity, but that increases number of request as we have more than 10k  profiles.

Is this achievable with REST API or are we missing anything on the JSON format?

Any pointer to fix this with REST API (not via workflow option )will help us more.

Thanks,

Prem

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi Prem,

There is no such API for bulk loading of profiles. You should always use the File Loading methodology inside a workflow for bulk processing.

APIs should be used for small transactions.

If there is any such API exposed in future we will let you know but at the moment, if you wish to use the API for this, please call 10k times.

Regards,
Vipul

3 replies

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
September 13, 2017

Hi Prem,

There is no such API for bulk loading of profiles. You should always use the File Loading methodology inside a workflow for bulk processing.

APIs should be used for small transactions.

If there is any such API exposed in future we will let you know but at the moment, if you wish to use the API for this, please call 10k times.

Regards,
Vipul

August 10, 2020

Hello @vraghav ,
The post is of year 2017.
I wanna know is there any update on the same ?
We are unable to create profiles in bulk via JSON file format using API .
Can you please suggest some other way except the flat file method.

Premkarthic-7WP
Level 4
September 13, 2017

Hi Vipul,

Thanks for your response!

-Prem

April 13, 2020

Hi.. having the same issue. How did you solve this?