Ascio Web Service v3

Class UserInfo

PropertyDescription
UserName
NameExample: "ascio-is-great.com"
EmailExample: "administrator@ascio-test-domain.com"
Created
IsLocked
LastSuccessfulLoginDate
LastLoginAttemptDate
InvalidPasswordAttemptsExample: 1
LastUpdated
<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;


$userInfo =  new ascio\UserInfo();
$userInfo->setUserName("UserNameTest");
$userInfo->setName("ascio-is-great.com");
$userInfo->setEmail("administrator@ascio-test-domain.com");
$userInfo->setCreated(new \DateTime());
$userInfo->setIsLocked("IsLockedTest");
$userInfo->setLastSuccessfulLoginDate(new \DateTime());
$userInfo->setLastLoginAttemptDate(new \DateTime());
$userInfo->setInvalidPasswordAttempts(1);
$userInfo->setLastUpdated(new \DateTime());
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.