-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bulk_users_create API does not work #37
Comments
Hi zaro0508! It looks like you did get a job id as a response from that call. If the users were not created, then the results of that job will likely contain some additional information to help us track down any possible issues here. Would you be able to query that job id with the following curl example and send the results along? Many thanks!
|
The return error
|
I have verified that bulk_users_create api seems to be working as expected now. I have no idea who or what fixed this issue though. |
Afternoon zaro0508, Apologies on the bit delay in the response on this issue, but I do have some good news for you! It appears that you example that you provided is exactly correct. The reason that you were not seeing the users created and getting the Thanks and have a good weekend! |
I'm trying to create users with the
bulk_users_create
API in thejcapi2
library. My test script runs without error however the user(s) is not created on our jumpcloud service.Script:
Execution:
The text was updated successfully, but these errors were encountered: