curl --request POST \
--url https://{defaultHost}/v1/{app_id}/users/import \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"email": "<string>",
"error": "<string>"
}
]
}Bulk import multiple users from CSV/JSON data. Requires email column to be present.
curl --request POST \
--url https://{defaultHost}/v1/{app_id}/users/import \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"email": "<string>",
"error": "<string>"
}
]
}Was this page helpful?