Ascio Web Service v3
Class UserInfo
| Property | Description |
|---|---|
| UserName | |
| Name | Example: "ascio-is-great.com" |
| Example: "administrator@ascio-test-domain.com" | |
| Created | |
| IsLocked | |
| LastSuccessfulLoginDate | |
| LastLoginAttemptDate | |
| InvalidPasswordAttempts | Example: 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.
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.