UserManager
Click here for a complete list of operations.
FetchByUserName
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/FetchByUserName" <?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> <FetchByUserName xmlns="http://services.sajan.com/"> <securityToken>string</securityToken> <userName>string</userName> <GCMSCoreUserName>string</GCMSCoreUserName> <loadClientInfo>boolean</loadClientInfo> </FetchByUserName> </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> <FetchByUserNameResponse xmlns="http://services.sajan.com/"> <FetchByUserNameResult> <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> </FetchByUserNameResult> </FetchByUserNameResponse> </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> <FetchByUserName xmlns="http://services.sajan.com/"> <securityToken>string</securityToken> <userName>string</userName> <GCMSCoreUserName>string</GCMSCoreUserName> <loadClientInfo>boolean</loadClientInfo> </FetchByUserName> </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> <FetchByUserNameResponse xmlns="http://services.sajan.com/"> <FetchByUserNameResult> <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> </FetchByUserNameResult> </FetchByUserNameResponse> </soap12:Body> </soap12:Envelope>