Get a list of users

The format of the <method> element for getting a list of users is:

<method methodName="user.getList" />

Use this method to obtain a list containing the login user names of all users defined in the Web GUI that have either the ncw_user or ncw_admin roles.

Example

<methodCall>
		<method methodName="user.getList" />
</methodCall>