- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 06:17 AM
Hello,
this api get all members from site. -->
https://dms-test.digipaper.cz/alfresco/api/-default-/public/alfresco/versions/1/sites/test-stranka/members?skipCount=0&maxItems=100
but in https://api-explorer.alfresco.com/api-explorer I can not find api which retrieve all groups from site.
Can anyone advise me?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 03:27 AM
Hi,
Alternate way to get groups of site.
http://localhost:8080/alfresco/s/api/sites/{siteid}/memberships?size=250&authorityType=GROUP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 11:51 PM
Hi,
I have click on https://api-explorer.alfresco.com/api-explor url and same api is available there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 02:37 AM
Thank you for your answer, but I need api for user groups. This is for members (users only).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 03:27 AM
Hi,
Alternate way to get groups of site.
http://localhost:8080/alfresco/s/api/sites/{siteid}/memberships?size=250&authorityType=GROUP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 03:17 AM
YES ! Thank you. This is what I need. :-))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 06:05 AM
This does not seem to work.
There is no /memberships endpoint for sites for me.
Still using 6.2 community edition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 11:39 PM
You can find webscript from this url.