Get the LDAP Group Settings

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the details on the LDAP group settings authentication.

Since: Artifactory 7.57.1

Security: Requires admin user token authentication

Usage: GET access/api/v1/ldap/groups

Sample Response

response:
[
  {
    "name": "ldapGroup1",
    "enabled_ldap": "ldap1",
    "group_base_dn": null,
    "group_name_attribute": "cn",
    "group_member_attribute": "uniqueMember",
    "sub_tree": true,
    "force_attribute_search": false,
    "filter": "(objectClass=groupOfNames)",
    "description_attribute": "description",
    "strategy": "STATIC"
  },
  {
    "name": "ldapGroup2",
    "enabled_ldap": "ldap2",
    "group_base_dn": null,
    "group_name_attribute": "cn",
    "group_member_attribute": "uniqueMember",
    "sub_tree": true,
    "force_attribute_search": false,
    "filter": "(objectClass=groupOfNames)",
    "description_attribute": "description",
    "strategy": "STATIC"
  }
]