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
Lists the users of the SaaS Webservice database.
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. Client account managers can only list users in their own client accounts.
Example
// Count the number of users
arrUser is array of saasUser
arrUser = SaaSAdminListUser()
 
Trace("The SaaS database contains" + arrUser.Count + "users")
Syntax
<Result> = SaaSAdminListUser([<Client account>])
<Result>: Array of saasUser variables
Lists the users registered in the SaaS database.
<Client account>: saasClient variable or optional character string
Client account to use. If this parameter is specified, only the users associated with this client account are listed, otherwise all the users of the SaaS database are listed.
This parameter can also be a character string corresponding to the name or value of the ExternalReference property for the desired client account.
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