Bulk Update API for User FieldsThis API endpoint is designed to perform a bulk update of user fields. It allows updating multiple user records in a single request by providing the necessary data through a CSV file.Important: Please ensure that you include the CSV file in the payload of your API request. The CSV should contain the appropriate data structure required for updating the specified fields for each user.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
data
file
optional
Pls upload csv file here
Request 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
status
string
required
message
string
required
data
object
required
message
string
required
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 )"}}