Interface UsersService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UsersService

    public static interface UsersService.ListResponse
    extends Response
    List all the users in the system. Usage: .... GET /ovirt-engine/api/users .... Will return the list of users: [source,xml] ---- admin 23456 * user1 user1@domain-authz domain-authz ---- The order of the returned list of users isn't guaranteed.
    • Method Detail

      • users

        List<User> users()
        The list of users.