DonorHubWebService
Click here for a complete list of operations.
WebUser_GetAllInfo
Returns detailed information about all web users. [Must be a trusted user.]
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /dataqueryservice.asmx HTTP/1.1
Host: local-mytntware-com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "donorhub.tntware.com/WebUser_GetAllInfo"
<?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>
<WebUser_GetAllInfo xmlns="donorhub.tntware.com">
<SessionID>string</SessionID>
<WebUserTypeID>int</WebUserTypeID>
</WebUser_GetAllInfo>
</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>
<WebUser_GetAllInfoResponse xmlns="donorhub.tntware.com">
<WebUser_GetAllInfoResult>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo xsi:nil="true" />
<StaffProfileInfo xsi:nil="true" />
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo xsi:nil="true" />
<GiveProfileInfo xsi:nil="true" />
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo xsi:nil="true" />
<StaffProfileInfo xsi:nil="true" />
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo xsi:nil="true" />
<GiveProfileInfo xsi:nil="true" />
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
</WebUser_GetAllInfoResult>
</WebUser_GetAllInfoResponse>
</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 /dataqueryservice.asmx HTTP/1.1
Host: local-mytntware-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>
<WebUser_GetAllInfo xmlns="donorhub.tntware.com">
<SessionID>string</SessionID>
<WebUserTypeID>int</WebUserTypeID>
</WebUser_GetAllInfo>
</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>
<WebUser_GetAllInfoResponse xmlns="donorhub.tntware.com">
<WebUser_GetAllInfoResult>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo xsi:nil="true" />
<StaffProfileInfo xsi:nil="true" />
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo xsi:nil="true" />
<GiveProfileInfo xsi:nil="true" />
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo xsi:nil="true" />
<StaffProfileInfo xsi:nil="true" />
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo xsi:nil="true" />
<GiveProfileInfo xsi:nil="true" />
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
</WebUser_GetAllInfoResult>
</WebUser_GetAllInfoResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /dataqueryservice.asmx/WebUser_GetAllInfo?SessionID=string&WebUserTypeID=string HTTP/1.1 Host: local-mytntware-com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfWebUserInfo xmlns="donorhub.tntware.com">
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
</ArrayOfWebUserInfo>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /dataqueryservice.asmx/WebUser_GetAllInfo HTTP/1.1 Host: local-mytntware-com Content-Type: application/x-www-form-urlencoded Content-Length: length SessionID=string&WebUserTypeID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfWebUserInfo xmlns="donorhub.tntware.com">
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
<WebUserInfo>
<WebUserID>int</WebUserID>
<SsoCode>string</SsoCode>
<FirstName>string</FirstName>
<LastName>string</LastName>
<UserName>string</UserName>
<Email>string</Email>
<TimeZone>string</TimeZone>
<SsoLastLogin>dateTime</SsoLastLogin>
<SsoEmail>string</SsoEmail>
<SsoEmailVerified>boolean</SsoEmailVerified>
<SsoProviderID>string</SsoProviderID>
<SsoRawInfo>string</SsoRawInfo>
<SsoEditLink>string</SsoEditLink>
<SsoFirstName>string</SsoFirstName>
<SsoLastName>string</SsoLastName>
<SsoTimeZone>string</SsoTimeZone>
<IsGuest>boolean</IsGuest>
<EnableLogin>boolean</EnableLogin>
<IsLockedOut>boolean</IsLockedOut>
<LockedoutUntil>dateTime</LockedoutUntil>
<InvitationCode>string</InvitationCode>
<InvitationCode_ExpiresAt>dateTime</InvitationCode_ExpiresAt>
<InvitationCode_IsExpired>boolean</InvitationCode_IsExpired>
<HasPassword>boolean</HasPassword>
<IsRegistered>boolean</IsRegistered>
<LastLogin>dateTime</LastLogin>
<LastLoginPassword>dateTime</LastLoginPassword>
<LastLoginSSO>dateTime</LastLoginSSO>
<LastLoginOAuth>dateTime</LastLoginOAuth>
<StaffProfiles>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
<StaffProfileInfo>
<Code>string</Code>
<Description>string</Description>
<ReceiveGiveSiteNotifications>boolean</ReceiveGiveSiteNotifications>
<Designations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DesignationWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Funds d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FundWildcards d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</StaffProfileInfo>
</StaffProfiles>
<DonorProfiles>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
<GiveProfileInfo>
<Code>string</Code>
<Description>string</Description>
<DonorCode>string</DonorCode>
<DonorAccounts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NumberOfGivePlans>int</NumberOfGivePlans>
<NumberOfGivePayments>int</NumberOfGivePayments>
</GiveProfileInfo>
</DonorProfiles>
<NumberOfGiveMethods>int</NumberOfGiveMethods>
<HasProfile>boolean</HasProfile>
<IsTntWare>boolean</IsTntWare>
<IsAdmin>boolean</IsAdmin>
<IsUserMgr>boolean</IsUserMgr>
<IsUserImpersonator>boolean</IsUserImpersonator>
<IsBillingMgr>boolean</IsBillingMgr>
<ShowBillingFeature>boolean</ShowBillingFeature>
<ShowBillingMangerRole>boolean</ShowBillingMangerRole>
<IsTranslator>boolean</IsTranslator>
<IsPrimaryContact>boolean</IsPrimaryContact>
<IsAlternateContact>boolean</IsAlternateContact>
<IsBillingContact>boolean</IsBillingContact>
<WasInvited>boolean</WasInvited>
<InvitationSentOn>dateTime</InvitationSentOn>
<InvitationSentTo>string</InvitationSentTo>
<LastPeGlobalDiyDownload>dateTime</LastPeGlobalDiyDownload>
<LastMpdxDiyDownload>dateTime</LastMpdxDiyDownload>
<IsImpersonated>boolean</IsImpersonated>
</WebUserInfo>
</ArrayOfWebUserInfo>