Import users in bulk
Copied
https://api.ocamba.com/v1/hood/users/bulk-import
Copied
https://api.ocamba.com/v1/hood/users/bulk-import
Import multiple users if valid data is provided
Name
Descriptionfileobjectrequired
Valid csv file containing user dataExample: --form 'text/csv=@"users.csv"'
mapobject
Map of key value pairs used for mapping the header from csv file to field names of users on Ocamba. The key represents header value, the value represents field name from Ocamba.Example: --form 'application/json=@"{"tag":"tag_id","phone":"mobile_phone_number"}"'
200 - OK
note
1 The file must be a valid csv file.
2 Csv must contain values for tag_id and at least one of email, mobile_phone_number or push_credentials.