GET realm/workspace

The web method GET realm/workspace retrieves the user name 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 user name credential. This situation is possible only when user authentication is disabled.