Search Ldap Users

Search Ldap Users

Searches LDAP for given user(s)

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/ldap/search/user
COPY
Query Parameters
string
q
Optional

String to search for via LDAP


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "username": "string",
        "description": "string",
        "orgEntityRef": {
            "name": "string",
            "id": "string"
        },
        "fullname": "string",
        "email": "string",
        "phoneNumber": "string",
        "im": "string",
        "external": false,
        "nameInSource": "string",
        "sourceEntityRef": {
            "name": "string",
            "id": "string"
        },
        "enabled": false,
        "locked": false,
        "alertEmailPrefix": "string",
        "alertEmail": "string",
        "roleEntityRef": {
            "name": "string",
            "id": "string"
        },
        "roleInherited": false,
        "delayAfterPowerOnSeconds": 0,
        "storedVMQuota": 0,
        "deployedVMQuota": 0,
        "inSync": false
    }
]