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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?