GET realm/workspace

The web method GET realm/workspace retrieves the username of the workspace owner (that is, the administrator who holds the modification lock).

Example Requests

curl -X GET http://<host>:<port>/api/v1/realm/workspace

Example Response

{
  "user":"anyone"
}

The special value, anyone, indicates that the user did not supply a username credential. This situation is possible only when user authentication is disabled.