mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
8 lines
78 B
GraphQL
8 lines
78 B
GraphQL
query GetGroupList {
|
|
groups {
|
|
id
|
|
displayName
|
|
creationDate
|
|
}
|
|
}
|