Skip to content

List all LDAP groups

GET
/api/v4/ldap/groups

Lists all LDAP groups on the GitLab instance. Limited to 20 results.

search
string
"" nullable

Search for a specific LDAP group

OK

Media type application/json
object
cn
string
Example
{
"cn": "ldap-group-1"
}

Bad Request