Search Ldap Groups

Search Ldap Groups

Searches LDAP for given group(s)

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

String to search for via LDAP


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "id": "string",
        "description": "string",
        "orgEntityRef": {
            "name": "string",
            "id": "string"
        },
        "sourceEntityRef": {
            "name": "string",
            "id": "string"
        },
        "roleEntityRef": {
            "name": "string",
            "id": "string"
        },
        "nameInSource": "string",
        "providerType": "string"
    }
]