How to Bulk Create and Update Workspace Users Efficiently?

You work for a small company and are creating new Workspace accounts for 100 temporary users. These temporary users do not currently have any user accounts in your LDAP directory. Also, you want to add a work address to each users’ account. You want to do this task quickly and efficiently. What should you do?

  1. Write and deploy a server-side script by using the Admin SDK Directory API.
  2. Ensure that the account information is properly added into the CSV file created from the downloaded template. Upload the file in the Admin console by using the Bulk update users process. Source Reference Answer
  3. Manually create each new user account in the Admin console. Then add the work address to each new user.
  4. Sync the new accounts by using the Google Cloud Directory Sync (GCDS) server.

Community Votes

B
100%

100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

The exam tests your ability to scale administrative tasks while populating custom fields, with the common trap being overcomplicating simple bulk actions by choosing API scripts or LDAP sync when none are needed.

This question tests efficient user provisioning and attribute updates in Google Workspace using CSV bulk operations. Community consensus strongly favors the Admin console bulk upload method for rapid, scalable account creation and field population without programming or directory sync overhead.

Option A is frequently chosen due to its technical appeal, but writing a server-side script is unnecessarily complex and time-consuming for straightforward bulk user creation compared to native CSV tools.

Community Discussion (3 comments)

Janoss 👍 2
B - must be.
fabioevangelo 👍 1
Acredito que B seja a opção correta por citar "pequena empresa" e dizer que ainda não tem contas criadas no Ldap. Documentação: Se precisar fazer upload de uma grande quantidade de usuários, você pode usar um arquivo CSV. Se você estiver atribuindo ou atualizando novas licenças usando a coluna Novas licenças [somente upload] , o limite será de 200 usuários. Caso contrário, o limite é de 150.000 usuários. Para obter detalhes sobre a coluna Novas licenças [somente upload] , acesse Referência da coluna . No entanto, se você tiver um servidor LDAP, como o Microsoft Active Directory, ou tiver conhecimentos de programação, recomendamos outras opções para "organizações maiores". Para obter detalhes, acesse Opções para adicionar usuários .
indrajithgihan 👍 2 Selected: B
Since it is required to populate the worker address against each user B is the best option https://support.google.com/a/answer/40057#zippy=%2Cmake-sure-this-is-the-right-option%2Cstep-enter-users-information

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

Google Workspace provides a built-in Bulk update users feature that accepts CSV files, allowing administrators to create multiple accounts and populate specific fields like work addresses simultaneously. This method is optimized for efficiency and scales well within the platform limits, making it ideal for onboarding 100 temporary users quickly. It requires no coding, external servers, or complex configuration, aligning perfectly with the scenario constraints.

Why the Other Options Are Wrong

Manual creation is impractical for 100 users and violates the efficiency requirement. Google Cloud Directory Sync is designed for mirroring on-premises LDAP or Active Directory data, which contradicts the fact that these users have no existing LDAP accounts. While the Admin SDK Directory API can programmatically create users, it demands development and testing effort that outweighs the benefits for a one-time batch task.

Community Comment Notes

Users consistently highlight the CSV bulk upload as the definitive solution, referencing official Google support documentation that explicitly recommends this approach for large-scale user additions. Comment [1] correctly points to the admin guide confirming CSV templates support address fields and streamline mass provisioning. Comment [2] reinforces this by noting the platform capacity limits and suitability for organizations without existing directory infrastructure.

Official Reference

Exam Strategy

Always match the administrative tool to the organizational scale and existing infrastructure; native console features like CSV bulk uploads should be your default choice for batch user management unless automation or real-time sync is strictly required. Prioritize built-in administrative tools over custom code to save time and reduce maintenance overhead during exams and production environments.

Related Analysis

← Back to PWA Study Guide