
GeorgeW.27657 (Customer) asked a question.
I'm trying to test importing some dummy user data into my okta preview sandbox, but am getting an error.
Okta makes a call to my server to get /Users, which appears to complete successfully. I return a standard SCIM user object with a few resources in it. Then, it calls to the /Groups endpoint where I return
```
res.status(200).send('{"Resources":[],"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"startIndex":1,"totalResults":0}%');
```
as no groups are configured yet.
I expect this to successfully import the users I returned in the initial call to the /Users endpoint but Okta is throwing the following error:
>Could not execute JDBC batch update; SQL [/*7c486adb-7 job_id=someID operation=import:users org=someORG host=op1-jobapp-a-0e984fcd9d9dd99e1.aue1s.internal user=someUser *//* insert com.okta.monolith.platform.groups.db.dto.GroupPath */ insert into GroupPath (createdBy, createdDate, lastUpdate, lastUpdatedBy, version, orgId, ancestor, descendant, instanceId, oldReferenceCount, referenceCount, status, type, updatedBy, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,

Hi George!
I'm happy to share some documentation scoped around this topic.
We do not have a clear response regarding this situation since we are talking about a custom integration, but I found some documentation that may be a very helpful place to start:
https://developer.okta.com/docs/reference/api/system-log/#request-parameters
https://developer.okta.com/docs/reference/api/users/#getting-started
https://developer.okta.com/docs/reference/scim/#create-account-post-users
https://developer.okta.com/docs/reference/api-overview/
Please let us know if you have any other questions, we're glad to help if you open a Customer Support Ticket.
All the best,
Mihail