Skip to content

List all LDAP group links

GET
/api/v4/groups/{id}/ldap_group_links

Lists all LDAP group links.

id
required
One of:
string

The ID or URL-encoded path of the group

OK

Media type application/json
object
cn
string
group_access
integer
provider
string
filter
string
member_role_id
integer format: int64
Example
{
"cn": "ldap-group-1",
"group_access": 10,
"provider": "ldapmain",
"filter": "id >= 500",
"member_role_id": 12
}

Bad Request

Not Found