Groups REST Endpoints
File Server/Groups
- Delete individual group
- Method: deletePath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group} - Get individual group
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group} - Search groups
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups - Update a group
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group}