The CSV file template can be found in the userlist page, the file must follow the given template for field names.Include all the columns that update is required, columns that do not need update can be removed.
Numerical fields have a operator which allow users to add , subtract or overwrite the value. (case sensitive, do not capitalise)This is added in the column before the field value, with the heading: field name_op.Example:Note: Non-numerical fields will be overwriten.
After the file is uploaded and send, head to the API log in the community setting to track its progress.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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-update' \
--form'data=@""'
Responses
🟢200Success
application/json
Body
Example
{"status":"success","message":"Bulk update user process is queued","data":{"message":"Bulk update user process is queued. You can check in Api Log ( community settings )"}}