Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用 GUI 添加/删除用户,但我希望我们可以通过 API 调用批量执行此操作,类似于我们已经可以使用安全规则执行的操作。
没有用于批量执行此操作的现有 API,但您可以在本地客户端、浏览器中执行此操作,方法是通过 JSON 加载数据集并循环调用createUser(). 我希望这会非常快并满足您的用例。
createUser()