UserManager


Click here for a complete list of operations.

Create

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /UserManagerService.asmx HTTP/1.1
Host: enterpriseservices.acolad.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://services.sajan.com/Create"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Create xmlns="http://services.sajan.com/">
      <securityToken>string</securityToken>
      <serviceUser>
        <Active xmlns="https://services.sajan.com/schemas/ProjectService">boolean</Active>
        <ClientId xmlns="https://services.sajan.com/schemas/ProjectService">string</ClientId>
        <DivisionId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </DivisionId>
        <CompanyId xmlns="https://services.sajan.com/schemas/ProjectService">string</CompanyId>
        <ContextualLevelId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </ContextualLevelId>
        <EmailAddress xmlns="https://services.sajan.com/schemas/ProjectService">string</EmailAddress>
        <TeamName xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamName>
        <FaxNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</FaxNumber>
        <FirstName xmlns="https://services.sajan.com/schemas/ProjectService">string</FirstName>
        <FullnameFirstLast xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameFirstLast>
        <FullnameLastFirst xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameLastFirst>
        <LastName xmlns="https://services.sajan.com/schemas/ProjectService">string</LastName>
        <MiddleName xmlns="https://services.sajan.com/schemas/ProjectService">string</MiddleName>
        <Password xmlns="https://services.sajan.com/schemas/ProjectService">string</Password>
        <PhoneNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</PhoneNumber>
        <TeamId xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamId>
        <TQMThreshhold xmlns="https://services.sajan.com/schemas/ProjectService">int</TQMThreshhold>
        <TWebUserStatusInd xmlns="https://services.sajan.com/schemas/ProjectService">int</TWebUserStatusInd>
        <UserId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserId>
        <UserName xmlns="https://services.sajan.com/schemas/ProjectService">string</UserName>
        <SmartClientAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</SmartClientAccess>
        <TimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</TimeZoneId>
        <ServerTimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</ServerTimeZoneId>
        <UserTitle xmlns="https://services.sajan.com/schemas/ProjectService">string</UserTitle>
        <BillingCenterId xmlns="https://services.sajan.com/schemas/ProjectService">int</BillingCenterId>
        <AccountingId xmlns="https://services.sajan.com/schemas/ProjectService">string</AccountingId>
        <LastLoginFailedDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginFailedDate>
        <LastLoginDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginDate>
        <FailedLoginAttemtps xmlns="https://services.sajan.com/schemas/ProjectService">int</FailedLoginAttemtps>
        <LoginDisabledDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LoginDisabledDate>
        <PasswordExpirationDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</PasswordExpirationDate>
        <TransplicityAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</TransplicityAccess>
        <CurrencyId xmlns="https://services.sajan.com/schemas/ProjectService">int</CurrencyId>
        <UserTypeId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserTypeId>
        <VendorRebateProgram xmlns="https://services.sajan.com/schemas/ProjectService">boolean</VendorRebateProgram>
      </serviceUser>
      <allowDuplicateEmailAddresses>boolean</allowDuplicateEmailAddresses>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </Create>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CreateResponse xmlns="http://services.sajan.com/">
      <CreateResult>
        <Active xmlns="https://services.sajan.com/schemas/ProjectService">boolean</Active>
        <ClientId xmlns="https://services.sajan.com/schemas/ProjectService">string</ClientId>
        <DivisionId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </DivisionId>
        <CompanyId xmlns="https://services.sajan.com/schemas/ProjectService">string</CompanyId>
        <ContextualLevelId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </ContextualLevelId>
        <EmailAddress xmlns="https://services.sajan.com/schemas/ProjectService">string</EmailAddress>
        <TeamName xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamName>
        <FaxNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</FaxNumber>
        <FirstName xmlns="https://services.sajan.com/schemas/ProjectService">string</FirstName>
        <FullnameFirstLast xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameFirstLast>
        <FullnameLastFirst xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameLastFirst>
        <LastName xmlns="https://services.sajan.com/schemas/ProjectService">string</LastName>
        <MiddleName xmlns="https://services.sajan.com/schemas/ProjectService">string</MiddleName>
        <Password xmlns="https://services.sajan.com/schemas/ProjectService">string</Password>
        <PhoneNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</PhoneNumber>
        <TeamId xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamId>
        <TQMThreshhold xmlns="https://services.sajan.com/schemas/ProjectService">int</TQMThreshhold>
        <TWebUserStatusInd xmlns="https://services.sajan.com/schemas/ProjectService">int</TWebUserStatusInd>
        <UserId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserId>
        <UserName xmlns="https://services.sajan.com/schemas/ProjectService">string</UserName>
        <SmartClientAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</SmartClientAccess>
        <TimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</TimeZoneId>
        <ServerTimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</ServerTimeZoneId>
        <UserTitle xmlns="https://services.sajan.com/schemas/ProjectService">string</UserTitle>
        <BillingCenterId xmlns="https://services.sajan.com/schemas/ProjectService">int</BillingCenterId>
        <AccountingId xmlns="https://services.sajan.com/schemas/ProjectService">string</AccountingId>
        <LastLoginFailedDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginFailedDate>
        <LastLoginDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginDate>
        <FailedLoginAttemtps xmlns="https://services.sajan.com/schemas/ProjectService">int</FailedLoginAttemtps>
        <LoginDisabledDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LoginDisabledDate>
        <PasswordExpirationDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</PasswordExpirationDate>
        <TransplicityAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</TransplicityAccess>
        <CurrencyId xmlns="https://services.sajan.com/schemas/ProjectService">int</CurrencyId>
        <UserTypeId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserTypeId>
        <VendorRebateProgram xmlns="https://services.sajan.com/schemas/ProjectService">boolean</VendorRebateProgram>
      </CreateResult>
    </CreateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /UserManagerService.asmx HTTP/1.1
Host: enterpriseservices.acolad.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Create xmlns="http://services.sajan.com/">
      <securityToken>string</securityToken>
      <serviceUser>
        <Active xmlns="https://services.sajan.com/schemas/ProjectService">boolean</Active>
        <ClientId xmlns="https://services.sajan.com/schemas/ProjectService">string</ClientId>
        <DivisionId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </DivisionId>
        <CompanyId xmlns="https://services.sajan.com/schemas/ProjectService">string</CompanyId>
        <ContextualLevelId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </ContextualLevelId>
        <EmailAddress xmlns="https://services.sajan.com/schemas/ProjectService">string</EmailAddress>
        <TeamName xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamName>
        <FaxNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</FaxNumber>
        <FirstName xmlns="https://services.sajan.com/schemas/ProjectService">string</FirstName>
        <FullnameFirstLast xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameFirstLast>
        <FullnameLastFirst xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameLastFirst>
        <LastName xmlns="https://services.sajan.com/schemas/ProjectService">string</LastName>
        <MiddleName xmlns="https://services.sajan.com/schemas/ProjectService">string</MiddleName>
        <Password xmlns="https://services.sajan.com/schemas/ProjectService">string</Password>
        <PhoneNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</PhoneNumber>
        <TeamId xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamId>
        <TQMThreshhold xmlns="https://services.sajan.com/schemas/ProjectService">int</TQMThreshhold>
        <TWebUserStatusInd xmlns="https://services.sajan.com/schemas/ProjectService">int</TWebUserStatusInd>
        <UserId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserId>
        <UserName xmlns="https://services.sajan.com/schemas/ProjectService">string</UserName>
        <SmartClientAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</SmartClientAccess>
        <TimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</TimeZoneId>
        <ServerTimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</ServerTimeZoneId>
        <UserTitle xmlns="https://services.sajan.com/schemas/ProjectService">string</UserTitle>
        <BillingCenterId xmlns="https://services.sajan.com/schemas/ProjectService">int</BillingCenterId>
        <AccountingId xmlns="https://services.sajan.com/schemas/ProjectService">string</AccountingId>
        <LastLoginFailedDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginFailedDate>
        <LastLoginDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginDate>
        <FailedLoginAttemtps xmlns="https://services.sajan.com/schemas/ProjectService">int</FailedLoginAttemtps>
        <LoginDisabledDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LoginDisabledDate>
        <PasswordExpirationDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</PasswordExpirationDate>
        <TransplicityAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</TransplicityAccess>
        <CurrencyId xmlns="https://services.sajan.com/schemas/ProjectService">int</CurrencyId>
        <UserTypeId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserTypeId>
        <VendorRebateProgram xmlns="https://services.sajan.com/schemas/ProjectService">boolean</VendorRebateProgram>
      </serviceUser>
      <allowDuplicateEmailAddresses>boolean</allowDuplicateEmailAddresses>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </Create>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CreateResponse xmlns="http://services.sajan.com/">
      <CreateResult>
        <Active xmlns="https://services.sajan.com/schemas/ProjectService">boolean</Active>
        <ClientId xmlns="https://services.sajan.com/schemas/ProjectService">string</ClientId>
        <DivisionId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </DivisionId>
        <CompanyId xmlns="https://services.sajan.com/schemas/ProjectService">string</CompanyId>
        <ContextualLevelId xmlns="https://services.sajan.com/schemas/ProjectService">
          <string>string</string>
          <string>string</string>
        </ContextualLevelId>
        <EmailAddress xmlns="https://services.sajan.com/schemas/ProjectService">string</EmailAddress>
        <TeamName xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamName>
        <FaxNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</FaxNumber>
        <FirstName xmlns="https://services.sajan.com/schemas/ProjectService">string</FirstName>
        <FullnameFirstLast xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameFirstLast>
        <FullnameLastFirst xmlns="https://services.sajan.com/schemas/ProjectService">string</FullnameLastFirst>
        <LastName xmlns="https://services.sajan.com/schemas/ProjectService">string</LastName>
        <MiddleName xmlns="https://services.sajan.com/schemas/ProjectService">string</MiddleName>
        <Password xmlns="https://services.sajan.com/schemas/ProjectService">string</Password>
        <PhoneNumber xmlns="https://services.sajan.com/schemas/ProjectService">string</PhoneNumber>
        <TeamId xmlns="https://services.sajan.com/schemas/ProjectService">string</TeamId>
        <TQMThreshhold xmlns="https://services.sajan.com/schemas/ProjectService">int</TQMThreshhold>
        <TWebUserStatusInd xmlns="https://services.sajan.com/schemas/ProjectService">int</TWebUserStatusInd>
        <UserId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserId>
        <UserName xmlns="https://services.sajan.com/schemas/ProjectService">string</UserName>
        <SmartClientAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</SmartClientAccess>
        <TimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</TimeZoneId>
        <ServerTimeZoneId xmlns="https://services.sajan.com/schemas/ProjectService">guid</ServerTimeZoneId>
        <UserTitle xmlns="https://services.sajan.com/schemas/ProjectService">string</UserTitle>
        <BillingCenterId xmlns="https://services.sajan.com/schemas/ProjectService">int</BillingCenterId>
        <AccountingId xmlns="https://services.sajan.com/schemas/ProjectService">string</AccountingId>
        <LastLoginFailedDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginFailedDate>
        <LastLoginDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LastLoginDate>
        <FailedLoginAttemtps xmlns="https://services.sajan.com/schemas/ProjectService">int</FailedLoginAttemtps>
        <LoginDisabledDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</LoginDisabledDate>
        <PasswordExpirationDate xmlns="https://services.sajan.com/schemas/ProjectService">dateTime</PasswordExpirationDate>
        <TransplicityAccess xmlns="https://services.sajan.com/schemas/ProjectService">boolean</TransplicityAccess>
        <CurrencyId xmlns="https://services.sajan.com/schemas/ProjectService">int</CurrencyId>
        <UserTypeId xmlns="https://services.sajan.com/schemas/ProjectService">int</UserTypeId>
        <VendorRebateProgram xmlns="https://services.sajan.com/schemas/ProjectService">boolean</VendorRebateProgram>
      </CreateResult>
    </CreateResponse>
  </soap12:Body>
</soap12:Envelope>