<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: get members of a group REST API not responding in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130524#M35266</link>
    <description>&lt;P&gt;thankyou for your reply. I have tried again but faced the same issue again.&lt;/P&gt;&lt;PRE&gt;proxy_1               | 2023/01/12 03:51:53 [error] 26#26: *407 upstream sent no valid HTTP/1.0 header while reading response header from upstream, client: 172.20.0.1, server: , request: "GET /alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members HTTP/1.1", upstream: "http://172.20.0.5:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members", host: "localhost:8080"
proxy_1               | 172.20.0.1 - - [12/Jan/2023:03:51:53 +0000] "GET /alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members HTTP/1.1" 009 111 "-" "curl/7.79.1"&lt;/PRE&gt;&lt;P&gt;the call I made:&lt;/P&gt;&lt;PRE&gt;curl -X GET -H 'Accept: application/json' -H 'Authorization: Basic VElDS0VUX2I4YWJlOGM5ODFkZGZhYmMzNTUxYThiYzIwMjlkMGQxMDdmNWIwZmI=' 'http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members' | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:01:17 --:--:--     0&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 Jan 2023 03:59:18 GMT</pubDate>
    <dc:creator>sara-fatima</dc:creator>
    <dc:date>2023-01-12T03:59:18Z</dc:date>
    <item>
      <title>get members of a group REST API not responding</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130522#M35264</link>
      <description>&lt;P&gt;Hello everyone, I am using alfresco trial version with a local deployment using docker. All other REST APIs are working fine for me except the api to get members of a group. This is the way I call the API&lt;/P&gt;&lt;PRE&gt;curl -X GET -H 'Accept: application/json' -H 'Authorization: Basic &amp;lt;token&amp;gt;' 'http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_EMAIL_CONTRIBUTORS/members' | jq&lt;BR /&gt; % Total % Received % Xferd Average Speed Time Time Time Current&lt;BR /&gt;Dload Upload Total Spent Left Speed&lt;BR /&gt;0 0 0 0 0 0 0 0 --:--:-- 0:01:17 --:--:-- 0&lt;/PRE&gt;&lt;P&gt;and this is the log I see&lt;/P&gt;&lt;PRE&gt;proxy_1               | 2023/01/06 13:42:23 [error] 26#26: *240 upstream sent no valid HTTP/1.0 header while reading response header from upstream, client: 172.18.0.1, server: , request: "GET /alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_ALFRESCO_ADMINISTRATORS/members HTTP/1.1", upstream: "http://172.18.0.7:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_ALFRESCO_ADMINISTRATORS/members", host: "localhost:8080"&lt;/PRE&gt;&lt;P&gt;the API returns nothing basically and I really need to get members of a group. Any help would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 13:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130522#M35264</guid>
      <dc:creator>sara-fatima</dc:creator>
      <dc:date>2023-01-06T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: get members of a group REST API not responding</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130523#M35265</link>
      <description>&lt;P&gt;I&amp;nbsp; have tried this api with Alfresco 7.3 and working.&lt;/P&gt;&lt;P&gt;curl -X GET -H "authorization: Basic YWRtaW46YWRtaW4=" "&lt;A href="http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_EMAIL_CONTRIBUTORS/members?skipCount=0&amp;amp;maxItems=100" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_EMAIL_CONTRIBUTORS/members?skipCount=0&amp;amp;maxItems=100&lt;/A&gt;" -H "accept: application/json"&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"list":{"pagination":{"count":1,"hasMoreItems":false,"totalItems":1,"skipCount":0,"maxItems":100},"entries":[{"entry":{"displayName":"admin","id":"admin","memberType":"PERSON"}}]}}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 07:37:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130523#M35265</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2023-01-07T07:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: get members of a group REST API not responding</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130524#M35266</link>
      <description>&lt;P&gt;thankyou for your reply. I have tried again but faced the same issue again.&lt;/P&gt;&lt;PRE&gt;proxy_1               | 2023/01/12 03:51:53 [error] 26#26: *407 upstream sent no valid HTTP/1.0 header while reading response header from upstream, client: 172.20.0.1, server: , request: "GET /alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members HTTP/1.1", upstream: "http://172.20.0.5:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members", host: "localhost:8080"
proxy_1               | 172.20.0.1 - - [12/Jan/2023:03:51:53 +0000] "GET /alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members HTTP/1.1" 009 111 "-" "curl/7.79.1"&lt;/PRE&gt;&lt;P&gt;the call I made:&lt;/P&gt;&lt;PRE&gt;curl -X GET -H 'Accept: application/json' -H 'Authorization: Basic VElDS0VUX2I4YWJlOGM5ODFkZGZhYmMzNTUxYThiYzIwMjlkMGQxMDdmNWIwZmI=' 'http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/groups/GROUP_site_swsdp/members' | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:01:17 --:--:--     0&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jan 2023 03:59:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-members-of-a-group-rest-api-not-responding/m-p/130524#M35266</guid>
      <dc:creator>sara-fatima</dc:creator>
      <dc:date>2023-01-12T03:59:18Z</dc:date>
    </item>
  </channel>
</rss>

