Hi,
I would like to sync an additional property for group coming from LDAP AD. Bsically, Alfresco group have only one attribute (displayname) that we could sync to LDAP. I would like to have group's description has an additional attribute to sync with the group name.
Using this API: http://vwssialfdev.fadq.qc:8080/alfresco/service/api/groups?shortNameFilter=GGS-SEC-ALF_DRI
Give me this:
"authorityType": "GROUP",
"shortName": "GGS-SEC-ALF_DRI",
"fullName": "GROUP_GGS-SEC-ALF_DRI",
"displayName": "GGS-SEC-ALF_DRI",
"url": "/api/groups/GGS-SEC-ALF_DRI"
Could it be possible to add the description in the answer?
How come i would do this?
Thanks
Marc