Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 4

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

Who Me Too'd this topic