Interface UserService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserService

    public static interface UserService.GetResponse
    extends Response
    Gets the system user information. Usage: .... GET /ovirt-engine/api/users/1234 .... Will return the user information: [source,xml] ---- admin 23456 [email protected] Lastname * user1 user1@domain-authz domain-authz ----
    • Method Detail

      • user

        User user()
        The system user.