ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Lists the users of the SaaS web service 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
// Comptage du nombre d'utilisateurs
tabUtilisateur is array of saasUser 
tabUtilisateur = SaaSAdminListUser()
Trace("La base SaaS comprend" + tabUtilisateur.Count + "utilisateurs.")
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
Name of the saasClient type variable corresponding to the customer account to be manipulated. 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: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help