Following this guide:
https://auth0.com/docs/bulk-import
and trying it out here:
https://auth0.com/docs/api/management/v2#!/Jobs/post_users_imports
always results in
RESPONSE CODE
400
RESPONSE BODY
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload validation error: 'String does not match pattern ^con_[A-Za-z0-9]{16}$' on property connection_id",
"errorCode": "invalid_body"
}
RESPONSE HEADERS
{
"Content-Type": "application/json; charset=utf-8",
"cache-control": "no-cache"
}
also the get curl command doesn't work
The api is also painful! it requires me to write max 10MB files and then listen for verification emails, parse them and retry...
Following this guide:
https://auth0.com/docs/bulk-import
and trying it out here:
https://auth0.com/docs/api/management/v2#!/Jobs/post_users_imports
always results in
also the
get curl commanddoesn't workThe api is also painful! it requires me to write max 10MB files and then listen for verification emails, parse them and retry...