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}