Bulk update identity lifecycle state from CSV list

Hi there,

Is there an endpoint/sample payload for bulk updating the lifecycle state of a CSV list of identities?

Thanks!

There is no endpoint that will accept a CSV list and do a bulk update, however, there is an endpoint that will update the lifecycle state of individual identities. You can write a script to read your CSV file and execute the endpoint for each row in your file. If you feel comfortable writing scripts, you could try this yourself. Otherwise, if you share the following with me I can attempt to get you started:

  • Are you running Windows or OS X?
  • What does your CSV table look like? Can you share the column names and an example row?