Error
People
Bulk upsert users from CSV
Parses the CSV file and forwards it as a SCIM Bulk request to create and/or update users.
Expected CSV columns (header row): id, forename, surname, email, secondary_email, package_slug, address_line_1, addressLine2, state/region, city_code, country_code, postal_code, phone_number, send_activation_email, cpf_number.
Notes:
- id: optional UUID. If present, an update (PUT) is generated; if absent, a create (POST) with a bulkId is generated.
- package_slug: optional; when present and resolvable it is mapped to a packageId.
- send_activation_email: true/false/yes/no/null (case-insensitive).
- File must be uploaded as multipart form-data with field name ‘file’.- CPF number is mandatory for Brazilian users.
POST
Error
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
CSV file containing users to upsert. Columns should match the Firstbase CSV template.
Body
multipart/form-data
The body is of type object.
Response
Bulk operation completed
The response is of type string.