Description
Return all the users over which the current user has own-users authority.
If the user has maintain-users authority, then they are own all users. In this case, the ownsAllIndicator is set to true and users are not returned.
Users are returned in ascending name sequence.
Input
<ListOwnedUsers>
<userLogonReference>userid</userLogonReference>
<password>password</password>
</ListOwnedUsers>
Output
<ListOwnedUsers>
<errorNumber>0</errorNumber> <ownsAllIndicator>true|false</ownsAllIndicator> <UserList> <User> <userIdentifier/> <userLogonReference/> <userName/> <userEnabledIndicator/> </User> </UserList>
</ListOwnedUsers>
If ownsAllIndicator is true, then the user lists is not returned.
Errors
101 - Not authorised