cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create persons using VBScript

bsalzema
Contributor

Hello,

Is it possible to create persons and logins using VBScript ?

Could you send me some examples, please ?

Best regards

2 Replies

imrankhatyan
Trusted Contributor

set user = oRoot.getCollection("Person(System)").add("New USer")

set login = user.getCollection("Login").add("new Login")

login.setProps ...etc

 

jhorber
MEGA
MEGA

Hello

 

Yes. It is possible to automate the creation of users (Person (System), Login) with API script

See KB http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50157000001G41sAAC

Jerome