I want to perform a load test of a python script which creates users in the GoogleWorkspace. The purpose of the load test is to confirm that 100 users can be created successfully using "Google_add.py".However, I faced the following Error.
googleapiclient.errors.HttpError: <HttpError 412 when requesting https://admin.googleapis.com/admin/directory/v1/users?alt=json returned "Domain user limit reached. Contact Support.">
the load test I did and the result
①To create 50users →OK
②To create 100users →only the first 10 users were successfully created, and the others raised the above HttpError.
My license
Google Workspace Business Starter In my recognition, up to 300users can be created by this lisence.
Questions
①What is "Domain user limit"?
②How can I avoid this error?