Leap0

Get sandbox user home directory

Returns the resolved home directory for the sandbox user.

GET
/v1/sandbox/{sandboxID}/system/user-home-dir

Returns the resolved home directory for the sandbox user.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token in the Authorization header. Alternatively, use the leap0-authorization header.

In: header

Path Parameters

sandboxID*string

Unique sandbox identifier.

Response Body

application/json

application/json

application/json

curl -X GET "https://api.leap0.dev/v1/sandbox/string/system/user-home-dir"
{  "user_home_dir": "/home/user"}
{  "message": "string"}
{  "message": "string"}