|
|
|
|
|
SaaSAdminListUser (Function) In french: SaaSAdminListeUtilisateur 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.
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|