List all LDAP groups by provider
GET
/api/v4/ldap/{provider}/groups
Lists all LDAP groups for the specified provider. Limited to 20 results.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” provider
required
string
The LDAP provider name
Query Parameters
Section titled “ Query Parameters ” search
string
Search for a specific LDAP group
Responses
Section titled “ Responses ”OK
Media type application/json
object
cn
string
Example
{ "cn": "ldap-group-1"}Bad Request
Not Found