Users API
Batch update users
Updates multiple users in a single request. Users can be provided either as an array of user objects or as a CSV string. The CSV should have headers for email (required), phone (optional), and metadata (optional). If metadata is provided in the CSV, it should be a valid JSON string.
POST
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Body
application/json
Response
200
application/json
Successfully updated users.
The response is of type object
.