Skip to content

bulk user imports #1327

@peterromfeldhk

Description

@peterromfeldhk

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions