You can bulk import users from an XML file. The file structure should be like this:
(1) User name
(2) User password
(3) The name of just scope to assign user to
(4) the name of groups to assign user to
(5) private permissions to assign to the user (other permissions may be inherited from the groups)
Import the file using srv4 import.
Note
•Two-step import is necessary, as the first block creates the user, and the second block assigns permissions to the user - that must already exist at that point.
•The names are case-sensitive.
•Find example of import of two users, Administrator and Guest, in GN4Data.XML file.