Get a colleciton of People and/or Groups who are not yet Site members.
GET /alfresco/service/api/sites/{shortname}/potentialmembers?filter={filter?}&maxResults={maxResults?}&authorityType={authorityType?}
'shortname' is the shortname of the web site
Parameters:
- filter, Optional, filter
- maxResults, Optional, maximum resultset to return
- authorityType, Optional, returns either GROUP or USER authorities. If not specified returns all authorities.
- zone, Optional, specifies group zone if including groups in query.
The web script description document specifies the following
options:
Value | Description |
---|---|
json | The default response format |
user | The authentication access |
required | The transaction level |
argument | The format style |