System Management/Single Sign-On Server Interfaces
GETSingle Sign-On Server InterfacesSince 4.3.0SynchronousAuth Required
Get LDAP/AD Entries
Get LDAP/AD Entries
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
ldapFilterStringRequiredQuery filter
ldapServerUuidStringUUID of the LDAP server used for the query. If not specified, the system uses the UUID of the currently active LDAP server.
systemTagsListSystem tags
userTagsListUser tags
limitIntegerMaximum number of records to return, similar to MySQL limit
Responses
Endpoint
GET/zstack/v1/ldap/entry
/zstack/v1/ldap/entry
Request Example
curl -X GET 'http://{host}/zstack/v1/ldap/entry?ldapFilter=<ldapFilter>&ldapServerUuid=<ldapServerUuid>&systemTags=<systemTags>&userTags=<userTags>&limit=1' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [] }Change History
This API has no change history records yet.
