This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
GET USER LIST

GET USER LIST 


 

GET USER LIST ( userNames ; userNumbers ) 
Parameter Type   Description
userNames  String array in User names as they appear in the Password editor window
userNumbers  Longint array in Corresponding unique user ID numbers

GET USER LIST populates the arrays userNames and userNumbers with the names and unique ID numbers of the users as they appear in the Passwords window.

The array userNames is filled with the user names displayed in the Passwords window, including users whose accounts are disabled (user names displayed in green in the Passwords window).

Note: Use the Is user deleted command to detect deleted users.

The array userNumbers, synchronized with userNames, is filled with the corresponding unique user ID numbers. 

Note for binary databases: Group and user ID values depend on their creator (Designer, Administrator, or affiliated group owner). For more information, please refer to the User and group ID ranges paragraph.

If you do not have the proper access privileges for calling GET USER LIST or if the Password system is already accessed by another process, an access privilege error is generated. You can catch this error with an error-handling method installed using ON ERR CALL.



See also 

GET GROUP LIST
GET USER PROPERTIES
Set user properties

 
PROPERTIES 

Product: 4D
Theme: Users and Groups
Number: 609

This command modifies the Error system variable

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)