object user.provision(object/array users)
This method allows to provision LDAP users.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
"(array)" ID degli utenti da preparare.
"(object)" Restituisce un oggetto contenente gli ID degli utenti sottoposti a provisioning nella proprietà "userids".
Provision two users.
Response:
CUser::provision() in ui/include/classes/api/services/CUser.php.