Import or Update LDAP Group Settings

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Can update, import, or update and import LDAP groups using the name of the LDAP group settings. Returns a response body with the number of groups that were imported.

Since: Artifactory 7.79

Security: Requires admin user token authentication

Usage: POST access/api/v1/ldap/groups/{name}/refresh?operation={operation}&username={username}

Parameters

Parameter

Options

name

LdapGroupSettings name for LDAP groups to be updated or imported.

operation

Identify the operation to be performed by the API. Can be one of the following:

UDPATE

IMPORT

UPDATE_AND_IMPORT

Optional, if not provided, then the UPDATE_AND_IMPORT operation is performed.

username

Name of user.

Optional, if not provided, the operation is performed for all users.