ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Finds a user of a SaaS client account.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The SaaS administrator manages all users for all the clients. A client account manager can only search for users in his own client account.
Example
MyUser is saasUser
MyUser = SaaSAdminFindUser("sam@hybrid.com")
Syntax
<Result> = SaaSAdminFindUser(<Login>)
<Result>: saasUser variable
saasUser variable containing the description of sought user.
If the search fails, the returned variable is empty.
<Login>: Character string
Login of sought user.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help