Apache CloudStack 4.18.0.0 Root Admin API Reference
listLdapUsers
Lists LDAP Users according to the specifications from the user request.
Request parameters
Parameter Name | Description | Required |
domainid | linked domain | false |
keyword | List by keyword | false |
listtype | Determines whether all ldap users are returned or just non-cloudstack users. This option is deprecated in favour for the more option rich 'userfilter' parameter | false |
page | false | |
pagesize | false | |
userfilter | Determines what type of filter is applied on the list of users returned from LDAP. valid values are 'NoFilter' no filtering is done, 'LocalDomain' users already in the current or requested domain will be filtered out of the result list, 'AnyDomain' users that already exist anywhere in cloudstack will be filtered out, and 'PotentialImport' all users that would be automatically imported from the listing will be shown, including those that are already in cloudstack, the later will be annotated with their userSource | false |
Response Tags
Response Name | Description |
conflictingusersource | The authentication source for this user as known to the system or empty if the user is not yet in cloudstack. |
domain | The user's domain |
The user's email | |
firstname | The user's firstname |
lastname | The user's lastname |
principal | The user's principle |
username | The user's username |