Comment on page
Bulk User Import Endpoints
This endpoint facilitates bulk user import. It allows you to add a payload with more than one user per request.
- 1.
- 2.
- 3.
- 4.
Url | Short Description | Details Page |
---|---|---|
/api/v1/import.addUsers | Adds user data to the import staging area. | |
/api/v1/import.clear | Abort any import operation currently in progress | |
/api/v1/import.run | Process the data from the current import operation and create the users on Rocket.Chat | |
/api/v1/import.new | Creates a new import operation. | |
/api/v1/import.status | Get the status of the current import operation |
Last modified 3mo ago