Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
API Secret token
App ID
successful
Array of errors for failed user imports
Show child attributes
Was this page helpful?