Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.43 KB

File metadata and controls

18 lines (14 loc) · 1.43 KB

Bulk User Import Endpoints

This endpoint facilitates bulk user import. It allows you to add a payload with more than one user per request.

Workflow for importing users through the REST API

  1. Create a new import operation with import.new
  2. Add users to the operation with import.addusers
  3. Trigger the import process with import.run
  4. Check the state of the import process with import.status
Url Short Description Details Page
/api/v1/import.addUsers Adds user data to the import staging area. Link
/api/v1/import.clear Abort any import operation currently in progress Link
/api/v1/import.run Process the data from the current import operation and create the users on Rocket.Chat Link
/api/v1/import.new Creates a new import operation. Link
/api/v1/import.status Get the status of the current import operation Link