This endpoint allows updating multiple user records in a single request by providing the necessary data through a CSV file.No Authorization is needed Community ID is used to identify where to add the users to, ID can be found in settings > Appearance
The CSV file template can be found in the userlist page, the file must follow the given template for column names.Leave the cell empty if update for that field is not required.
After API is called, head to the API log in the community setting to track its progress.
Request
Body Params multipart/form-data
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://integration.returning.ai/apis/v1/users/bulk-import' \
--form'data=@""' \
--form'communityId=""'
Responses
🟢200Success
application/json
Body
Example
"status":"success","message":"Bulk import user process is queued","data":{"message":"Bulk import user process is queued. You can check in Api Log ( community settings )"}}