Interface UserService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserService

    public static interface UserService.UpdateResponse
    extends Response
    Updates information about the user. Only the `user_options` field can be updated. For example, to update user options: [source] ---- PUT /ovirt-engine/api/users/123 ---- With a request body like this: [source,xml] ---- test ["any","JSON"] ---- IMPORTANT: Since version 4.4.5 of the engine this operation is deprecated, and preserved only for backwards compatibility. It will be removed in the future. Please use the <> endpoint instead.
    • Method Detail