Notice: Your site will use Java, PHP, or .Net technology? Have a look at our SDK´s in order to have a rich set of fetures for accessing these APIs.  By removing the need to manage access tokens manually, the SDK greatly simplifies the process of authentication and authorizing users and apps for your project.

Functionality

DruID Identity (CIAM) provides business owners with a comprehensive and scalable toolkit for managing users efficiently across their organizations. Among its capabilities is a robust set of bulk user-management operations, designed to streamline administrative workflows, reduce manual effort, and ensure consistent handling of large datasets.

Bulk operations in DruID Identity are asynchronous. This means that once a bulk request is submitted, the platform immediately returns a response while the actual processing continues in the background. The initial response includes a bulk ID, which serves as a unique reference for the operation. It is essential to retain this identifier, as it allows you to:

  • Check the current status of the bulk process

  • Retrieve the final results once processing is complete

The following section provides a detailed overview of the bulk-operation methods available within the platform and how to use them effectively.


Methods

DescriptionURLMethod
Patch User
/activityid/v1/user/bulk
PATCH
Get All Statuses/activityid/v1/user/bulkGET
Get Bulk Status/activityid/v1/user/bulk/{bulk_id}GET
Get Bulk Results/activityid/v1/user/bulk/{bulk_id}/results
GET