PreviousNext
Help > Development > W-Language Functions for AS/400 > Profile Management > ASUserListDetailed > Parameters
Parameters

 

Result

Boolean – True if successful, False otherwise.

AsUsrPrfDetailedCollection

An ASUsrPrfDetailedCollection variable that will contain the result of the command.

This is a collection of objects of type ASUsrPrfDetailed.

Connection

String – name of the connection.

 UserName

String – Filter on the name of the profiles to recover. For example: * for all users.

[optional]. If no name is specified, the information of all users will be retrieved (value * or empty string used).

 

 UserStatus

Among the following constants:

ASUsersAllStatus (in French: ASUtilisateursTousStatuts)

ASDisabledUsers (in French: ASUtilisateursDésactivés)

ASEnabledUsers (in French: ASUtilisateursActivés)

 

[optional]. If no value is specified, the ASUsersAllStatus constant will be used.

 

 UserGroup

String – Name of the group in which we want to retrieve the profiles corresponding to the search criteria.

[optional]. If no group is specified, the search will take place on all groups (value * or empty string used).

 

 UserClass

String – Name of the user class in which we want to retrieve the profiles matching the search criteria.

[optional]. If no user class is specified, the search will take place on all classes (value * or empty string used).


SpecialAuthority

Optional. Among the following constants:

ASALLOBJ : corresponds to *ALLOBJ

ASSECADM : corresponds to *SECADM

ASJOBCTL : corresponds to *JOBCTL

ASSPLCTL : corresponds to *SPLCTL

ASSAVSYS : corresponds to *SAVSYS

ASSERVICE : corresponds to *SERVICE

ASAUDIT : corresponds to *AUDIT

ASIOSYSCFG : corresponds to *IOSYSCFG


Mixing constants is possible:
ASALLOBJ+ASSECADM+ASJOBCTL+ASSPLCTL+ASSAVSYS+ASSERVICE+ASAUDIT+ASIOSYSCFG