This endpoint facilitates bulk user import. It allows you to add a payload with more than one user per request.
- Create a new import operation with
import.new
- Add users to the operation with
import.addusers
- Trigger the import process with
import.run
- 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 |