Interface DomainUsersService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DomainUsersService

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

      • users

        List<User> users()
        The list of users in the domain.