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