Is it possible to add application in bulk user using batch request

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

is it possible to add application in bulk of user using batch request. If possible please give me format in csv.

Hi @amanKsingh,
Are you referring to creating multiple applications in bulk ?

Hi Aman,

Could you elaborate on this requirement?

Best,
Sreeram

Refer to this page, it provides examples for batch request. Let me know if it’s useful.

https://documentation.sailpoint.com/identityiq/help/lcm/batch_requests.html

Batch Request

Example:

operation, application, nativeIdentity | identityName, email
CreateAccount, AdminsApp, atoby, [email protected]
CreateAccount, AdminsApp, jsmith, [email protected]

Hello @amanKsingh ,

Yes it is possible to add/create account in bulk of user using batch request.

Here is the format:
operation, application, identityName

Operation - CreateAccount
Application - Application you want to create account in
Identity name - user id

1 Like