Users REST Endpoints
File Server/Users
- Delete a User's Metadata
- Method: deletePath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - Delete a User's SSH Public Key
- Method: deletePath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - Get a User's Details
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - Get a User's SSH Public Key
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - Get User's Permissions
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/effectivepermissions/filesystem/root/{fsPath} - Get User's Permissions for Root
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/effectivepermissions/filesystem/root - Search for Users
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users - Update a User's Details
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - Update a User's SSH Public Key
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - Upload a User's SSH Public Key
- Method: postPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key