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